Skip to content

TaoSc/Image-Matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Matcher

Finds and sorts images in a dataset relative to their similarity with an input image using the algorithm described in Color Indexing, Swain & Ballard, 1991.

This algorithm finds similarities between images by creating a histogram for each of the color channels and comparing each images' histograms by computing their distance using one of two different techniques that can be chosen during runtime.

I worked on this project as part of my Bsc in Computer Science at Université Paris Descartes.

Screenshot

Screenshot of the program running

Dependencies

  • Java
  • JavaFX

References

Color Indexing, Swain & Ballard, 1991

The Wikipedia page for histograms

About

Finds and sorts images in a dataset relative to their similarity with an input image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published