Python Forum

Full Version: Find duplicate images and delete them using python and openCVq
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I a work for the real estate company and people post there property on our website. While posting properties they attach multiple images on the webpage.

I wish to know if it is possible or not with python that a code will find duplicate images and delete them.

I know openCV and had written the code that can match features inbetween two images.

Is there any such thing that can work?
Quote:I wish to know if it is possible or not with python that a code will find duplicate images and delete them.

See: https://stackoverflow.com/questions/1181...-in-python
Thank you so sir so much this seems to be a great help...