How can i test the face detection?
Hey,
how can i test the face detection in a Laptop?
the people this question a negative review, "Have their boredom"?
Hey,
how can i test the face detection in a Laptop?
the people this question a negative review, "Have their boredom"?
What environment are you working in? Opencv comes with some xml classifier files, including a few for face detection. Here is an example of how to use them.
Are u joke me? i know this website and i have a code thats code thats run very well. i mean how can i TEST it. NOT write a code. ;) How SPEED it is or how sure it is. JUST TEST
You probably mean "evaluate" not test: for me, and I think it's the same for rbertc, test means: compile and execute the code, see if it's working. If you want to evaluate the code, look at the paper on face detection on internet. It exists database of face, with the ROI (rectangle around what is a face and what is not). Therefore, you just have to detect faces on each image, see the overlapping of the ROI and compute a score (#pixels good/#pixels bad, other interesting metrics that can be found on the papers). You also have to evaluate the false positive detection (when you found a face that is something else!). For the speed, it's the same, see how many face you found by second. Be more precise on your question or add some explanation of what you have done, people don't know that!
@Adrianos01, please change the way you are answering to people and watch your language in your comments. Caps are basically shouting on forums, which is first of all annoying to read and second of all will get your posts deleted. Please put some effort in following the guidelines!
@StevenPuttermans and @all Does not look like her it is so hard. But you can also ask too: What do you mean by test? ;) Thanks to all.
Asked: 2013-08-07 14:27:05 -0600
Seen: 477 times
Last updated: Aug 07 '13
Adding a new Detector/Descriptor to Evaluation-Sample [closed]
How to use a timer to test performance of android opencv samples on several android devices?
data for running opencv_perf_calib3d
Error: Couldn't load opencv_java from loader...
Cannot view 16-bit grey level Images.
augmented reality using java and opencv 2.4.5
Face recognition - Get distance for all trained images
Translating some lines from Matlab to C with OpenCV [closed]
hey, don't be angry at 2 ppl downvoting, but too lazy for telling you the obvious reason:
(before you start bashing me now, none of the downvotes is mine, upvoted the answer instead)
still, apart from rbertc's nice anwer(shouldn't you give him credit for this, btw ?) , you might want to look here for a sample