dsys / match

:crystal_ball: Scalable reverse image search built on Kubernetes and Elasticsearch
Other
1.25k stars 150 forks source link

Remote image comparison #5

Open kcollignon opened 8 years ago

kcollignon commented 8 years ago

I was curious if this project will allow you to compare a similarity score between 2 images, where one of the images has been added to the database and created a signature, and the other image is an on-demand image that hasn't been added yet.

For example:

Imagine I received thousands of scanned images each month, and I need to find 1 single image in the database that is the most similar. I don't want to add every image received to the database as their would be many similar images and duplicates, which I am not concerned with.

Thanks!

Joisar commented 5 years ago

@kcollignon Hello, I have similar case to handle, can you please share your thoughts on the solution? Thanks in advance!

peterjaap commented 2 years ago

Same case here!