A fast large scale image matching/de-duplication library which uses SIFT features and minhash algorithm. Also used random projection to reduce the dimension of SIFT points.
Opencv2 is required.
####To output the similarity of two images:
cd ./bin
./image_sim <image_1> <image_2>