elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
420 stars 65 forks source link

Feature: Detection of cropped duplicates #82

Closed Pankovea closed 4 months ago

Pankovea commented 8 months ago

Now the module does not recognize duplicate images that are cropped. He considers them different pictures.

CameronSima commented 8 months ago

Been playing with this a bit, seems it can only really distingush exactly identical images. Any variations it doesn't work

elisemercury commented 7 months ago

Hi @Pankovea

difPy currently only supports search for full duplicate images, not whether an image is contained within another.

This feature will likely not be implemented in difPy in the near future, though thank you for suggesting your idea! We'll keep it in mind.

Best, Elise