nttstar / emores

A large scale image matching/de-duplicatioin library. SIFT, minhash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emores

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.

Usage:

####To output the similarity of two images:

cd ./bin

./image_sim <image_1> <image_2>

About

A large scale image matching/de-duplicatioin library. SIFT, minhash.


Languages

Language:C++ 51.4%Language:C 47.9%Language:Makefile 0.7%