Ask Your Question
0

facerec_demo doesn't work

asked 2013-01-21 08:39:04 -0600

jessica gravatar image

Hello, I have tried to copile the file facerec_demo.cpp from samples'Opencv and this message appears: usage: ./facerec_demo <csv.ext> And nothing happens. What can I do? I checked my webcan and it's working well.

edit retag flag offensive close merge delete

Comments

you can use debugger and give us more info. I think there is a problem with paths of images.

mrgloom gravatar imagemrgloom ( 2013-01-24 02:15:57 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-01-23 11:48:53 -0600

Please note the difference between Face Detection and Face Recognition. Face Detection is the task of finding a face in a given image. Face Recognition is the task of identifying a person from a given face image.

If Face Detection is what you are after, then you can find all the neccessary informations in the OpenCV Tutorial at:

If Face Recognition is what you are after, then the csv.ext refers to the image database you want to learn the classifier on. All relevant information can be found in the documentation on the FaceRecognizer class:

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-21 08:39:04 -0600

Seen: 536 times

Last updated: Jan 23 '13