Script to recognize similarity between images

Asked

Viewed 2,245 times

1

Good afternoon Everybody, all right?

I am starting my studies in Python together with Opencv, and I want to perform the reading of images and display the degree of similarity between them.

Ex: I have a database with several images, I will give the script another image from another database, and it will have to look for the most similar image in the current database.

It is possible to carry out such action?

NOTE: I found some tips in some forums , however, most were comparing only 2 images already delivered to the script, and only returned True or False if it was similar, and not its degree, or the respective image that is similar

1 answer

2


  • Thank you! Gave me a good horizon

Browser other questions tagged

You are not signed in. Login or sign up in order to post.