Click here to Skip to main content
15,879,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating Face Detection project in C++ using opencv library.

I am able to detect faces from images. These detected faces is been cropped and kept it aside.

Now, my problem is how to identify the previously cropped face is present or absent in every incoming input image?

That is, I don't want to crop multiple images of common face.
Posted
Updated 18-Dec-14 17:55pm
v3

1 solution

This might not be the right forum for your question.
I recommend that you go to OpenCV Q&A[^] for better support.
You can also read this info Face Recognition with OpenCV[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900