Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
I want to program a face recognition system. I want to use one of the swarm algorithms such as Ant Colony, Bee algorithm, ...etc.

Please, I want to know which one is suitable for recognition and features matching.

regards.
Posted

1 solution

There is not possible answer to your question.
Any swarm algorithm may be suitable or not !
Because swarm algorithms are general purpose, they don't do face recognition by them self, you must relay on a face recognition algorithm. Swarm algorithms are about speeding up things only.

Your system will have to do real face recognition, not simple picture matching. What is your method/algorithm ?
 
Share this answer
 
Comments
Member 11768130 12-Oct-15 2:12am    
Thank you for your reply.
Exactly, I want to know how to use Swarm algorithm for features selection from the set of face features which are extracted by wavelet.
Can you help me?

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