kornelski / dssim

Image similarity comparison simulating human perception (multiscale SSIM in Rust)
https://kornel.ski/dssim
GNU Affero General Public License v3.0
1.08k stars 70 forks source link

Ranking #147

Closed gedw99 closed 12 months ago

gedw99 commented 12 months ago

Hey

i habe 1000 of Images that I need to compare against 1 image to find a match .

so does the api allow to return a ranking based on each run I do ?

I can then remember the higher rank out of all of them and return that are the closest match.

kornelski commented 12 months ago

It allows reusing the one image to compare against. Picking the best result is left as an exercise for the reader.

gedw99 commented 12 months ago

Thanks @kornelski

Ranking -ok sure.