Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
i want to code to compare two images either using Qt/pure C++. The will have different formats(e.g jpeg vs bmp). Please help

thanx in advance
Posted
Comments
Mehdi Gholam 20-Sep-11 4:10am    
What do you mean by compare? in the context of images this could mean a lot of things since extracted pixels can be different in various formats for the same image.

1 solution

You can start out with here where you can find some good answers:
http://stackoverflow.com/questions/843972/image-comparison-fast-algorithm[^]

Also, a sourceforge project you might want to check out:
http://sourceforge.net/projects/pdiff/[^]

QGoImageCompare:
http://www.kitware.com/products/html/ALightweightImageComparisonLibrary.html[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900