I wonder how reverse image search services like tineye.com work ...?
-
How Would the Reverse Image Search Engines like TinEye Work ? I mean what parameters are required to do an image search ?
-
Answer:
Don't know if TinEye use exactly this one, but http://en.wikipedia.org/wiki/SURF is a commonly used algorithm for this purpose. Here you can see an usage example in http://www.wolfram.com/ where a partial matching of images is used to compose a landscape: http://i.stack.imgur.com/vFDyk.png
pankajdoharey at Stack Overflow Visit the source
Other answers
Most likely you want an algorithm with a good locality of the image like for example a space-filling-curve. This sfc subdivide the image into smaller tiles and order and also reduce it complexity to 1-dimension. Then you want to scan the image in this order and do a fourier transformation of each tile because a transformation into frequencies is easier to save in a database. Now you have a fingerprint of your image and can compare it with other frequencies.
Chibox
database: Generaly you have set of images that are collected from web sites. For each image extract key features (SURF, SIFT, whatever) in a form of numerical vectors associated to each image. Vectors are stored in searchable database. When you give image to TinEye this image is processed and key features are extracted. Algorithm for matching features to features in database is run and close matches are found. Associated list of images to matched features vectors is extracted and presented as links to web images.
Ross
Related Q & A:
- How do you scrape websites that use services like Brassring?Best solution by Quora
- How can start to make a website like whateverlife.com?Best solution by Yahoo! Answers
- How does Blogger.com work?Best solution by Web Applications
- How does Priceline.com work?Best solution by Yahoo! Answers
- How to save coupons from websites like coupons.com?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.