Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it 's either:

svmNew = Algorithm::load<SVM>("Liveness_classifier.xml");

or:

svmNew = SVM::load("Liveness_classifier.xml");

the linker error is unrelated, you forgot to add some file with the code for lbp::OLBP(cv::Mat const&, cv::Mat&) to your makefile or project