how can I align Face Images
I see that there's a nice little script in the facerec tutorial that aligns faces in images given positions for the eyes. I need to get the coordinates for the eyes, though, somehow. Would it work to...
View ArticleOpenCV Developer for Project needed
HI, I am afraid this is not the right place to ask, but maybe someone can reference me to a good place. My company develop Solutions to create customized Photobook Solutions. Some years ago we...
View Articlehow to detect which side of face looking at camera using openCV?
i want to detect the angle of face
View ArticleFace recognition using haar classifier:How to train and compare with stored...
Hi friends I'm gonna create a simple face recognizer. In fact I can detect the face using haar classifier, but I want to compare it with a stored image in my file in order to determine that the...
View ArticleMyproject.exe has triggered a breakpoint.
Hi guys When I compile my code I face this error: > kooh1.exe has triggered a breakpoint. , I don't know exactly what the problem is! maybe the size of the array caused this error: here is a part of...
View ArticleHow to get better results with OpenCV face recognition
I'm trying to use OpenCV's face recognition module to recognize 2 faces from a video. I cropped 20 face images of the first subject and 20 face images of the second subject from the video and I use...
View ArticleAndroid + OpenCV + Face detection + Custom Layout
Hi, I am using: - Android 4.0.3 - OpenCV 2.4.2 - Samsung Galaxy S2 The face-detection example (from the opencv 2.4.2) is working perfectly. But now, I would like to create a custom layout and actually...
View ArticleFace stitch - Doubt
 Hello guys, good night. I am studying to assemble the mosaic of a face. Does anyone know tell me what function can I use to join the yellow dots on...
View ArticleMethod to detect eye, nose and mouth
There is another method besides Haar to detect eye, nose and mouth in the image? Because I was using the Haar and when the face is up, it detects more than one eye, nose and mouth. Can someone help me.
View ArticleWill decreasing the video dimension will reduce the resolution?
In order to speed up face detection process, some will reduce the video or image dimension. Will it makes the resolution become worst and effect the face recognition process?
View ArticleLike the facerec module in OPENCV for Face Recognition, is there any support...
Would like to know if it is possible to do face recognition using GPU accelerated OpenCV
View ArticleHow does stereocam prevents anti face spoofing?
I am struck with face spoofing. Right now I can setup stereo webcam and take images from left and right webcam simulatenously(at least, I am practicing concurrent programming to do this job). I can...
View ArticleNative method not found: org.opencv.imgproc.Imgproc.rectangle_1:(JDDDDDDDDI)V
Hello there. I'm syafiq and I'm new to OpenCv. I'm currently developing an Face Recognition on Android Studio. I have obtain a source code from github, but the source code using an old version of...
View ArticleAndroid Source code for face recognition using OpenCV
I have searched and got source code but all are unfortunately stopped. Can anyone provide me a link please. Thank you in advance.
View ArticleOpenCV 3.1.0 Face module built , can't import in Python
I cmaked OpenCV 3.1.0 with success and then cmaked extras: cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON .. cmake -D...
View Articlehow to improve the accuracy of face recognition
Hi, I want to test the code about face recognition below on the page http://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html Compiling was successful. So I made...
View ArticleHow to install extra modules ( eg : face ) of opencv 3.1.1 on ubuntu
Please provide the details . I am new to opencv I got an error when i tried recog = cv.createFisherfaceRecognizer()
View Articleface detection of animated face
Is it possible for opencv to execute face recognition of an animated face and not a face in a picture that was just put in front of the camera ?
View ArticleBuild Opencv 3.1 + Contrib (face module) for Java
Hi guys, I'm looking to use in my Java application the face recognition features provided in the contrib modules but I'm facing a blocking issue : I can't manage to build the opencv_java310.dll. I have...
View Articleface recognition
Who tells me where to find the source (C ++) of a program to do face recognition from webcam. Including training needed to recognize faces in the video. I would not lose too much time because looking...
View Article