Python Computer Vision -- Finding Similar Images With Hamming Distance

preview_player
Показать описание
In this video, we will discuss how to find similar images
using Hamming distance with Dhashing.

Comment on your thoughts about the video and series.
Hit like and subscribe to show support to the channel.

Code can be found here:

Рекомендации по теме
Комментарии
Автор

MAN, You saved my life, Keep up the great work

karim_
Автор

Sir, I'm currently working on text images and trying to find duplicate and similar images. This code works only if the image is exact duplicate of the original .What would you suggest ? Is there any way to find it?

ramyaiyengar
Автор

Thanks for your video!
Got an error tuple index out of range at "assert imread(image).shape[2] == 3"

BITHANGOUT
Автор

I would like to remove images and have tried entering several possibilities into the last line of your code. Could you provide the necessary code for removing the duplicates.

johndoucette
Автор

Sir at last for removing those images it is giving an error...
TypeError: remove() missing required argument 'path' (pos 1)
like this what i do, i have to remove those similar images

abhisheksrivastava
visit shbcf.ru