Hi Thanks for your video. I want to track the velocity of the bubble and I have 400 images in sequence. Is it possible to perform image substraction method on this scenario?
This is pretty much exactly what I am trying to do but I get an error saying the module cv2 can't be found and if I try to install opencv with pip on windows it says "Could not find a version that satisfies the requirement opencv (from versions: none) ... are you using Python 2.7 or a V3? am I missing something?
I need a software like this one.. i tried a lot of duplicate image founder software but they did not work. I guess they check image by path, file name, size but i want a software witch check image by images
Nice video tutorial. I was hoping if you could give an advise a new method on how to detect rules of thirds on a photograph using OpenCV? Thanks in advance
what if the images are the exact same, but have different sizes/file sizes? i first tried just comparing the the binary of two image files via SequenceMatcher, but when i change the size of one of the images, which of course also changes the file size the differences increase dramatically. can opencv help me with this problem? if not then the only idea i have is letting my program create a temporary copy of the file in the size of the picture i wanna compare it with, which is not optimal either though. my goal is to make it so that file size plays no role when my program compares two image files.
Какой ты охуенный. Все ответы из гугла все переусложнили нафиг и так, чтобы ничего не работало. А тут всего одной командой substract все решается оказывается
great explanation, I have a doubt if I wanted to after comparing the two delete one of them how would it be done?
hi there, any follow up / upgrade version which will work as html script for online image search (similar to google image search)?
how can i print how much percentage of images is similar to each other?
Take the size of the image and the CountNonZero. With these two you can get the percentage
@@pipassinsal6304 can u explain more?
Great. Thanks a lot. How can I loop through images in a folder and detect all the equal images?
Thanks ! That is a very good start. Let's go to the next 3 videos :-)
Hi Thanks for your video. I want to track the velocity of the bubble and I have 400 images in sequence. Is it possible to perform image substraction method on this scenario?
This is pretty much exactly what I am trying to do but I get an error saying the module cv2 can't be found and if I try to install opencv with pip on windows it says "Could not find a version that satisfies the requirement opencv (from versions: none) ... are you using Python 2.7 or a V3? am I missing something?
Try with python 3.8 and pip install opencv-contrib-python , it will work
module 'cv2.cv2' has no attribute 'substract'
I need a software like this one.. i tried a lot of duplicate image founder software but they did not work. I guess they check image by path, file name, size but i want a software witch check image by images
Is it possible to ignore certain sections of the UI? Dynamic content etc and skip comparing those portions ?
How do you use if statement to match two different dataframe with the same value
HEllo, is it possible to check the similarity between the characters in two images?
character as such in strings,yes it would.
Which python version is it?
Soo, where is the next video you are talking about? :D
Here is the entire playlist of 4 videos: ruclips.net/video/WOH7hDXrfwc/видео.html
Thanks a lot, sir
Nice video tutorial. I was hoping if you could give an advise a new method on how to detect rules of thirds on a photograph using OpenCV? Thanks in advance
That's the Bridge and House from GTA San Andreas, North of San Fierro. :D
Nonetype object has no attribute shape error is coming
I go the same error as you.
what if the images are the exact same, but have different sizes/file sizes?
i first tried just comparing the the binary of two image files via SequenceMatcher, but when i change the size of one of the images, which of course also changes the file size the differences increase dramatically. can opencv help me with this problem? if not then the only idea i have is letting my program create a temporary copy of the file in the size of the picture i wanna compare it with, which is not optimal either though. my goal is to make it so that file size plays no role when my program compares two image files.
Please check the entire video series, (there are 4 videos) I cover that problem in the second one, so that the size doesn't play a role.
ok, thanks for your reply.
Is it a example of grabcut algorithm?? please answer
this is not grabcut algorithm
@@pysource-com please suggest me a tutorial grabcut algorithm
Keep it UP ,Great video,Tnx
Thanks bro! good stuff!
Great video..Helped a lot
Why not just hash the image pixel data and compare?
Thanku sir waiting awesome videos
very nice tutorials go on!!!
I have 100 original image.
I want photo image match in 100 image
How can I do?
This is not clear, 'match in 100 image'. Can you explain what you want to do more clearly?
Great vedio! More kind of live vedio :)
rgb, red green blue, plz
God Bless u
Какой ты охуенный. Все ответы из гугла все переусложнили нафиг и так, чтобы ничего не работало. А тут всего одной командой substract все решается оказывается