Click here to Skip to main content
15,884,962 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I already doing the detection of faces but i just need to know how detect an multiple face in the image and save each of them

What I have tried:

I already doing the detection of faces but i just need to know how detect an multiple face in the image and save each of them
Posted
Updated 19-May-19 6:37am
v2
Comments
Richard MacCutchan 19-May-19 3:18am    
If you can detect one then you should be able to detect many. You need to provide specific details of the problem.
[no name] 19-May-19 7:40am    
A pragmatic approach:
a.) Detect a face
b.) In case one is detected clear that part of the image
c.) Proceed with a.)

1 solution

"Partition" the image. (Grid; Dock panel; relative panel; ...).

As each part is recognized, remove it.

You use a tolerance to set off objects based on color density.

The "magic wand".
 
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