Skip to content

vanhry/Image-Compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This app findind images pair with following parameters:

  • duplicate (images which are exactly the same)
  • modification (images which differ by size, blur level and/or noise filters)
  • similar (images of the same scene from another angle

Usage

python solution.py --path PATH

Example of work

Imgur

Known issues

I know that 3 point (similar images) problem will be better to solve with feature matching techniques but in this app I tried to find maybe not so effective but more simplest methods. And this problems were solved with self-made and slightly heuristic algorithms. Also app is too slow and I'll try to fix it later.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published