Skip to content
/ emores Public

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

Notifications You must be signed in to change notification settings

nttstar/emores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published