Good Afternoon Personal, okay?
I'm starting my studies in Python set to 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 of another database, and it will have to look for the most similar image in the current database.
Is this possible?
I found some tips on some forums, however, most were comparing only 2 images already delivered to the script, and only returned True or False if it was similar, not its degree, or its image that is similar