Hey,
I want to write c++ codes that could compare two images. Which steps shouldI follow? And is Pixel per pixel comparison the best? How can I implement my codes.
Thanks in advance,
Franck
compare images with c++compare images with c++
Page 1 of 1
2 Replies - 2249 Views - Last Post: 24 November 2009 - 11:29 AM
Replies To: compare images with c++
#2
Re: compare images with c++
Posted 24 November 2009 - 10:58 AM
If you want to be really simple, just do a byte-to-byte comparison to see if the 2 files are equal.
#3
Re: compare images with c++
Posted 24 November 2009 - 11:29 AM
For the byte by byte cpmparison you could use fopen in binary mode or you can use the windows API function CreateFile()
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|