1 | initial version |
sad as it is, you cannot use the FaceRecognizer classes from java at all in opencv2.4
(there is no proper way to wrap a cv::Ptr<FaceRecognizer>
in 2.4, so those classes (or rather the create.. functions) are skipped during the wrapper code generation)