bytedeco / sample-projects

Sample project files for JavaCPP, JavaCPP Presets, and JavaCV
218 stars 173 forks source link

Error #31

Open Kunnu123 opened 6 years ago

Kunnu123 commented 6 years ago

When I try to use opencv_face.FaceRecognizer faceRecognizer = createLBPHFaceRecognizer(); it give me error. Please tell me how i can use different method of face recognizer in this.

saudet commented 6 years ago

We need to update that sample as per this commit: https://github.com/bytedeco/javacv/commit/624816434f7f91e64aef558f14e0796a8eefb187

Please submit a pull request with this change!