Comparing images in MFC
-
Suppose i have 2 bmp files:- 1 containing alphabet AB & 2 containing alphabet AC. Now i want to check how to compare both the images by comparing first (A-A & A-C) and (A-A & A-B). As soon as A-C or A-B is found it should give a error message that images are not same. So how Can i perform this unique work in MFC. I will be very thankful to you. Thank You kaushal kishore sharma
-
Suppose i have 2 bmp files:- 1 containing alphabet AB & 2 containing alphabet AC. Now i want to check how to compare both the images by comparing first (A-A & A-C) and (A-A & A-B). As soon as A-C or A-B is found it should give a error message that images are not same. So how Can i perform this unique work in MFC. I will be very thankful to you. Thank You kaushal kishore sharma
Your new here so let me explain that re-posting questions is not generally views favorably. If you want to learn about image processing try doing a google search. There is already plentiful resources on the internet for the subject. Digital Image Processing[^] There are even books[^]. Imagine that!
led mike
-
Your new here so let me explain that re-posting questions is not generally views favorably. If you want to learn about image processing try doing a google search. There is already plentiful resources on the internet for the subject. Digital Image Processing[^] There are even books[^]. Imagine that!
led mike
Wow.
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Suppose i have 2 bmp files:- 1 containing alphabet AB & 2 containing alphabet AC. Now i want to check how to compare both the images by comparing first (A-A & A-C) and (A-A & A-B). As soon as A-C or A-B is found it should give a error message that images are not same. So how Can i perform this unique work in MFC. I will be very thankful to you. Thank You kaushal kishore sharma
Wow! Guys, we are getting so many bitmap comparing questions for past couple of days, I seriously think we should ask Chris to create a new forum for 'Bitmap Comparison' questions :laugh:
It's better to know some of the questions than all of the answers.
Pravin.