![]() |
| Find duplicate images and delete them using python and openCVq - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Find duplicate images and delete them using python and openCVq (/thread-6740.html) |
Find duplicate images and delete them using python and openCVq - Prince_Bhatia - Dec-05-2017 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? RE: Find duplicate images and delete them using python and openCVq - Larz60+ - Dec-05-2017 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/11816203/python-code-to-compare-images-in-python RE: Find duplicate images and delete them using python and openCVq - Prince_Bhatia - Dec-05-2017 Thank you so sir so much this seems to be a great help... |