Code generated in the video can be downloaded from here:
https://github.com/bnsreenu/python_fo...
In this video, we will create a content-based image retrieval system which is basically an image-based search. We achieve this task by storing features from images into a database that we will search to retrieve images. Features can be generated many ways. In this tutorial I will extract custom features using a few digital image filters. I will also show feature extraction using pre-trained VGG16 and ResNet50 networks on Imagenet database.
You will learn about the importance of features along the way.
The features from this query image are compared against features from the indexed database and a match score gets reported. The match is performed using the cosine distance method.
https://en.wikipedia.org/wiki/Cosine_...
The top 3 matching image names are then printed on the screen.
Watch video 306 - Content based image retrieval via feature extraction in python online without registration, duration hours minute second in high quality. This video was added by user DigitalSreeni 10 January 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8,652 once and liked it 204 people.