Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi..

I want to create app to search by image like i have stored multiple users images in my database. and now i want to find out if i have any user photo i can scan that find in database.

how can i implement it any ideas..
Posted
Updated 8-Jan-15 2:57am
v2
Comments
Luiey Ichigo 6-Jan-15 1:51am    
i suggest you to create an ID(unique) or tags (if you divide the image by category) so when you search back, using that ID to find the image. Everything need to have unique ID for easy finding and prevent showing wrong images

1 solution

This is not an easy task if the images you match against aren't identical to the one you have in your database.
Your best bet is to find an existing API or framework of some sort as the algorithms to spot similar pictures will get pretty complex. These are also probably going to cost you money.
Wikipedia has an article:
http://en.wikipedia.org/wiki/Reverse_image_search[^]
Also
http://en.wikipedia.org/wiki/List_of_CBIR_engines[^]

I've not used any of these, so you'll need to research yourself.
 
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