Code For Image Comparison In VC++
Article Writing
2
Posts
2
Posters
3
Views
1
Watching
-
Anyone Have The code For comparing bitmap images in vc++.? Please Send me For I'am looking for a person who can help in my project?
What kind of comparison are you looking for? I wrote a very simple code as part of a prjoect that compares two grey scale pictures in a PSNR method... (basicly compares each pixel to its counterpart pixel in the other pictures and calculates the sum of those diffrences compared to the amount of pixels)