R
R
realogic2016-11-23 16:19:50
Images
realogic, 2016-11-23 16:19:50

How to solve the problem of finding similar images?

Hello!
Elasticsearch is used in the project, including for internal use. There is a task:
We have a picture of a product 500x500 from a third-party site. We have pictures (files) of goods, but the sizes are 1024x1024 (the sizes can be different). Task: upload product image - get an identical image from our database.
Can you please suggest a tutorial or maybe a service that can solve our problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
U
un1t, 2016-11-23
@un1t

You can use an algorithm like dhash. Count image signatures in your database (once). You count the singature for the image at the input and look for the signature in the database.
blog.iconfinder.com/detecting-duplicate-images-usi...

R
Rurik Rostislavich, 2016-11-23
@snipeer777

Possibly Google API

N
Narek, 2016-11-23
@webtop

Or Microsoft computer-vision-api

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question