dsys / match

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

Find Sub images in larger image #26

Closed janetthecoder closed 6 years ago

janetthecoder commented 6 years ago

Is it possible to use this to find sub images in larger images?

So for instance if I have a picture of 20 books arranged neatly, and want to find 1 of those books, can this be used, and can we return a bounded box for that image?

kern commented 6 years ago

I would suggest cropping the original image and adding each of the cropped portions. Unfortunately perceptual hashing does not make bounding box detection easy. :(