Skip to content

Different programs for calculating percentage similarity of two images

Notifications You must be signed in to change notification settings

monisjaved/Image-similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-similarity

Different programs for calculating percentage similarity of two images

  • hashes.py - Calculate Image similarity based on phash
  • drawMatches.py - mapping of similar points of 2 images
  • knn.py - iterate through all images in given folder to find similar images (sim % > 80) and delete them
  • knnsingle.py - mapping similar points in 2 images using knn

Usage:

  • python < hashes.py / drawMatches.py / knnsingle.py > < img1 > < img2 >
  • python knn.py < dir >

About

Different programs for calculating percentage similarity of two images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages