Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
I want to create an application in which i provide two images, from the two images the application should detect the faces of people and then compare those and give me the result that in both images the person is same.
I have searched a lot in google about this but i did not get any proper answer or solution on this.
Kindly help me

What I have tried:

i have search a lot on the google but did not find any thing helpful
Posted
Updated 30-Jun-21 23:30pm
Comments
F-ES Sitecore 22-Dec-16 6:08am    
You might be able to use matlab

https://www.mathworks.com/discovery/face-recognition.html

Your main issue is that most of these apis will simply detect a face and where it is, you'll need something that describes a face, ie breaks it down to data sets that you can compare, or ideally what you really need is someone to do all the work for you, so if that is the case no-one here is going to do that so just keep googling as I'm sure someone has done something like this before.
Akshay Kumar May2022 6-May-22 4:57am    
No. We don't someone else to do our work.
Our concern is there is no guidance on what to use.
A least if there is something about it we can read the documentation etc to make it.
Member 13917465 2-Aug-18 2:30am    
I want to create an application in which i provide two images, from the two images the application should detect the faces of people and then compare those and give me the result that in both images the person is same.
I have searched a lot in google about this but i did not get any proper answer or solution on this.
Kindly help me...

1 solution

You'll need to find a facial recognition API - there's a list of some here[^]
 
Share this answer
 
Comments
Member 10465805 22-Dec-16 7:39am    
i want to provide two images and want a result that both images faces are same or not.

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