Results 1 to 2 of 2

Thread: How to compare the two images?

  1. #1
    Join Date
    May 2015
    Posts
    30
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default How to compare the two images?

    Dear Expert,

    Kindly could any one let me know, that how to compare the two images which captured.

    For example, captured the front panel of the car. After few months/year later again capture the front panel of the same car. Just want to compare those two captured images (photo), so that which will gets the differences of two images (might be like some scratch is present in the second image.. just an example).

    Along with this only need to compare the object (here object is front panel of the car).

    Am doing it for project.

    I would really appreciate immediate help. Thanks in advance.

    Regards,
    Maiya

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: How to compare the two images?

    Unless the two pictures are taken from exactly the same distance, camera angle, and perspective, your task at hand will be very difficult. Even changes in lighting will make detecting differences in the photos tough to do programatically.

    This has nothing to do with Qt of course; you may have better luck in a forum dedicated to photo analysis or photo processing.

    Edit: a quick google search shows that OpenCV provides the ability to subtract one image from another, which is commonly used to show differences, but the points I made earlier will still apply.
    Last edited by jefftee; 17th June 2015 at 07:20.

Similar Threads

  1. how to compare two folders in qt
    By iswaryasenthilkumar in forum Newbie
    Replies: 3
    Last Post: 4th March 2015, 09:56
  2. Qtime compare
    By valgaba in forum Qt Programming
    Replies: 2
    Last Post: 6th September 2013, 16:46
  3. Compare 2 images in QT?
    By harshita in forum Qt Programming
    Replies: 4
    Last Post: 21st September 2011, 06:32
  4. How do compare the two icons
    By addu in forum Qt Programming
    Replies: 1
    Last Post: 10th July 2009, 16:19
  5. Compare
    By merry in forum Qt Programming
    Replies: 1
    Last Post: 14th March 2007, 15:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.