Skip to content

Windows-only image duplicate finder. Optimized for batch processing and deleting/moving duplicates. Uses OpenCV.

Notifications You must be signed in to change notification settings

CryShana/CryDuplicateFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryDuplicateFinder

Windows-only image duplicate finder GUI. Optimized for batch processing and deleting/moving duplicates.

Usage

  • Select root directory (Program will find all image files in all subdirectories)
  • Select max. threads to properly utilize your CPU (by default set to [Cores]*2)
  • Select duplicate checking method
    • Histogram (compares colors, really fast) - recommended when trying to find identical duplicates
    • Features (uses ORB feature matching + Histogram method, slow) - recommended when trying to find duplicates that are differently sized, rotated, colored.

Features

  • Finds duplicates / similar images using multiple methods
  • Can process thousands of images (searches the entire root directory)
  • Can delete OR move duplicated images (either specific ones or all of them)
  • Export results to JSON

Screenshots / Video

Screenshot1 Screenshot2

Video: https://cryshana.me/f/MXGCRixn2Xv9.mp4

About

Windows-only image duplicate finder. Optimized for batch processing and deleting/moving duplicates. Uses OpenCV.

Resources

Stars

Watchers

Forks

Packages

No packages published