Ask Your Question

owen's profile - activity

2013-05-15 12:26:48 -0600 commented answer face recognition with opencv

thanks! i tried to figure out the capabilities of FaceRecognizer, and how to use it, but i could not figure it out. i will look into it further.

2013-05-15 05:26:12 -0600 asked a question face recognition with opencv

hi there, I am completely new to opencv.

I am considering a project that will require matching face images to an existing database of face images. The images will generally be frontal and of reasonable quality. for example, a person taking their own picture with a front camera of a mobile phone.

Whenever a new image is added, I would like it to be matched against the existing database of about 100,000 images (maybe more). Ideally I would like to get results for likelyness and matching score if possible.

Is opencv an appropriate root to explore?

I personally do not have the skills to make that assessment. If the project is viable I intend to hand it over to someone who is capable of executing it. At the moment I am just trying to assess it viability.

Thank you!