Created on 14th February 2020
•
This is a Content Based Image Retrieval System(CBIR) where the program takes some input images and extracts the image feature vectors and stores them. When another image is given as a query image to the program it searches for all similar images that are given as input.
-> Getting Raw Pixel Data
-> Implementing Hashing to reduce time complexity
Technologies used