Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
in my c# project i use image in password then
when a image path is saved in database then how i match a new image from database saved image
Posted
Comments
Sergey Alexandrovich Kryukov 29-Nov-13 1:37am    
Not clear.
—SA
agent_kruger 29-Nov-13 2:14am    
how are you saving the image as an image or as a string and in whch database?
sureshsharma123 29-Nov-13 4:36am    
i save image path in sql database .
my project is face matching.for example when sign up a gmail form after that when login then we enter a user name and password. In my project i save password as an image and match database image ,current image

1 solution

EMGU CV might help you

see http://www.emgu.com/wiki/index.php/Main_Page[^]
 
Share this answer
 
Comments
agent_kruger 29-Nov-13 7:13am    
i have tried EMGU a lot and tired. I also need face recognition without 3rd party software.
_Maxxx_ 29-Nov-13 7:20am    
If you seriously want to write your own face recognition software, then I think (based on the quality and tone of your question) you are aiming far, far too high, and certainly asking a question of the sort you did doesn't seem like you have done any work towards this yourself.

it is not clear, then, what you are asking for?

The link I gave was to open source software, so you are free to use the code rather than treat it as a library.

More info on this sort of thing is here - http://www.codeproject.com/Articles/39060/Face-Detection-in-C#
agent_kruger 29-Nov-13 7:22am    
sorry if the above comment was rude but i just want to understand the concept of matching the faces
_Maxxx_ 29-Nov-13 7:25am    
My apologies - I had assumed you were the OP so was referring to his question and not your comment.
agent_kruger 29-Nov-13 7:39am    
no problem but do you know the concept of face recognition and matching pixels of an image or something like that.

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