Ask Your Question

Revision history [back]

Need help in recognising the image for face recognition app using OpenCV

I am using LBPHFaceRecognizer algorithm,and using following code :-- mJavaDetector.detectMultiScale(mGray, faces, 1.3, 2, Objdetect.CASCADE_FIND_BIGGEST_OBJECT, new Size(mAbsoluteFaceSize, mAbsoluteFaceSize), new Size()); . So which would be the best scenario for recognizing the images in OpenCv 4.1.0

click to hide/show revision 2
retagged

updated 2019-10-10 08:08:07 -0600

berak gravatar image

Need help in recognising the image for face recognition app using OpenCV

I am using LBPHFaceRecognizer algorithm,and using following code :-- mJavaDetector.detectMultiScale(mGray, faces, 1.3, 2, Objdetect.CASCADE_FIND_BIGGEST_OBJECT, new Size(mAbsoluteFaceSize, mAbsoluteFaceSize), new Size()); . So which would be the best scenario for recognizing the images in OpenCv 4.1.0

Need help in recognising the image for face recognition app using OpenCV

I am using LBPHFaceRecognizer algorithm,and using following code :-- mJavaDetector.detectMultiScale(mGray, faces, 1.3, 2, Objdetect.CASCADE_FIND_BIGGEST_OBJECT, new Size(mAbsoluteFaceSize, mAbsoluteFaceSize), new Size()); Size()); . So which would be the best scenario for recognizing the images in OpenCv 4.1.0