cbir-image-search
cbir-image-search copied to clipboard
use image hash, region-based color histogram to create image search engine(CBIR)
cbir-image-search
use image hash, region-based color histogram to create image search engine(CBIR)
how to use
- run
python cbir_server.pyto start server - open .sln file in cbir-client-demo with visual studio 2015+. press F5 to run client app
- search images which are similar with those in static/images_sources directory
you can delete .pickle file to recreate cache if you have any more image file to be tested in image_sources directory
