Check if two images are equal with Opencv and Python - Images comparison part 1

Поделиться
HTML-код
  • Опубликовано: 12 ноя 2024

Комментарии • 46

  • @grasibarreto
    @grasibarreto Год назад

    great explanation, I have a doubt if I wanted to after comparing the two delete one of them how would it be done?

  • @Domi-pi5oi
    @Domi-pi5oi 4 года назад +1

    hi there, any follow up / upgrade version which will work as html script for online image search (similar to google image search)?

  • @abdulrauf-wj5rw
    @abdulrauf-wj5rw 5 лет назад +8

    how can i print how much percentage of images is similar to each other?

    • @pipassinsal6304
      @pipassinsal6304 4 года назад +4

      Take the size of the image and the CountNonZero. With these two you can get the percentage

    • @acelix3087
      @acelix3087 3 года назад

      @@pipassinsal6304 can u explain more?

  • @KhalilYasser
    @KhalilYasser 3 года назад

    Great. Thanks a lot. How can I loop through images in a folder and detect all the equal images?

  • @Allbbrz
    @Allbbrz 4 года назад

    Thanks ! That is a very good start. Let's go to the next 3 videos :-)

  • @shaileshvarade
    @shaileshvarade 2 года назад

    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?

  • @iandavies2868
    @iandavies2868 2 года назад

    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?

    • @pysource-com
      @pysource-com  2 года назад

      Try with python 3.8 and pip install opencv-contrib-python , it will work

  • @TheNisagi
    @TheNisagi 4 года назад +1

    module 'cv2.cv2' has no attribute 'substract'

  • @mohitkapoor4302
    @mohitkapoor4302 3 года назад

    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

  • @shreejitnair2174
    @shreejitnair2174 5 лет назад

    Is it possible to ignore certain sections of the UI? Dynamic content etc and skip comparing those portions ?

  • @Dopeboyz789
    @Dopeboyz789 5 лет назад

    How do you use if statement to match two different dataframe with the same value

  • @aceroyal4306
    @aceroyal4306 5 лет назад +1

    HEllo, is it possible to check the similarity between the characters in two images?

    • @new_reZn
      @new_reZn 3 года назад

      character as such in strings,yes it would.

  • @sukirtibajpai2987
    @sukirtibajpai2987 5 лет назад

    Which python version is it?

  • @I3LaCkPeArL
    @I3LaCkPeArL 5 лет назад +1

    Soo, where is the next video you are talking about? :D

    • @pysource-com
      @pysource-com  5 лет назад +1

      Here is the entire playlist of 4 videos: ruclips.net/video/WOH7hDXrfwc/видео.html

  • @dody3329
    @dody3329 2 года назад

    Thanks a lot, sir

  • @ACArguson
    @ACArguson 5 лет назад

    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

  • @shivahaze9014
    @shivahaze9014 4 года назад +1

    That's the Bridge and House from GTA San Andreas, North of San Fierro. :D

  • @sukirtibajpai2987
    @sukirtibajpai2987 5 лет назад +2

    Nonetype object has no attribute shape error is coming

    • @MKA_NET
      @MKA_NET 5 лет назад +1

      I go the same error as you.

  • @GoldenHay1
    @GoldenHay1 6 лет назад

    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.

    • @pysource-com
      @pysource-com  6 лет назад +2

      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.

    • @GoldenHay1
      @GoldenHay1 6 лет назад

      ok, thanks for your reply.

  • @kaustav0009
    @kaustav0009 6 лет назад

    Is it a example of grabcut algorithm?? please answer

    • @pysource-com
      @pysource-com  6 лет назад

      this is not grabcut algorithm

    • @kaustav0009
      @kaustav0009 6 лет назад

      @@pysource-com please suggest me a tutorial grabcut algorithm

  • @shaheen4765
    @shaheen4765 6 лет назад +1

    Keep it UP ,Great video,Tnx

  • @botmadera7551
    @botmadera7551 4 года назад

    Thanks bro! good stuff!

  • @vaibhavmanjalkar9828
    @vaibhavmanjalkar9828 6 лет назад

    Great video..Helped a lot

  • @theta-agency
    @theta-agency 3 года назад

    Why not just hash the image pixel data and compare?

  • @bhimsendabby
    @bhimsendabby 6 лет назад

    Thanku sir waiting awesome videos

  • @Hyubi
    @Hyubi 6 лет назад

    very nice tutorials go on!!!

  • @bhavinrangani8548
    @bhavinrangani8548 4 года назад

    I have 100 original image.
    I want photo image match in 100 image
    How can I do?

    • @ankurshardais
      @ankurshardais 4 года назад

      This is not clear, 'match in 100 image'. Can you explain what you want to do more clearly?

  • @vaibhavchhajed7457
    @vaibhavchhajed7457 6 лет назад

    Great vedio! More kind of live vedio :)

  • @GbZaid
    @GbZaid 5 лет назад

    rgb, red green blue, plz

  • @filipomazic8823
    @filipomazic8823 4 года назад

    God Bless u

  • @sweetbaget1346
    @sweetbaget1346 Год назад

    Какой ты охуенный. Все ответы из гугла все переусложнили нафиг и так, чтобы ничего не работало. А тут всего одной командой substract все решается оказывается