Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

allenday/image-similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image-similarity

Canny edges + color histograms + KD-tree indexing

mvn clean compile assembly:single
java -jar target/image-similarity-1.0-SNAPSHOT-jar-with-dependencies.jar  src/test/resources/image/artists_03.jpeg 

#TODO accept time offset and file_id as args
#java -cp target/image-similarity-1.0-SNAPSHOT-jar-with-dependencies.jar com.allenday.runnable.FrameshiftInsert <x.jpg>

java -cp target/image-similarity-1.0-SNAPSHOT-jar-with-dependencies.jar com.allenday.runnable.FrameshiftSearch <file or directory>

About

Canny edges + color histograms + KD-tree indexing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages