I am working on object detection (eyes) using OpenCV. Following is the code as it is not able to identify an eye object (exactly or near by). Can anyone help me solve this problem?
I\'m a newb when it comes to JNI2OpenCV. It has errors regarding java.library.path. I\'ve read this thread OpenCV to JNI how to make it work? but it seems that this is a different case from mine. Here
I am thinking of building a web based face recognition system. I know there are a few li开发者_开发百科ke KeyLemon, and others offered by different manufacturers that allows the laptops users to login
I am trying to make an app that detect faces and recognizes it. I made Face detection but I want some idea to when making recognition. I\'m using a web cam for tracking and it can detect the face.Then
I have been working on a project which involves Marilena(project that ports Face开发者_JAVA技巧 Detection part of OPENCV to ActionScript3). Right now I can take the faces and keep them as byteArrays.
I am building facial recognition software for a certain purpose, however, as a spin-off i would like to use that same software / concept, to automati开发者_JS百科cally recognize me when i sit in front
I\'m running a small research on face detection and comparison for my article. Current开发者_StackOverflow中文版ly, I\'m using rapid face detection based on haar like features based on OpenCV cascade
Is it possible to detect eye in the video mode in MATLAB?I am trying to detect the eye and make some predictions based on the movement of the eye.But am not sure on how to d开发者_运维技巧o that. Can