You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an image search engine that searches colored images using their histograms and returns the top 6 matches to the query. Indexes the flattened 3-D histograms for every image in a given image data set (in form of a directory path) to a file. Measures chi-squared distance between query and elements in the index and gives the top 6 images wit…