Link to home
Start Free TrialLog in
Avatar of leeyoung
leeyoungFlag for Viet Nam

asked on

.raw images help in C++

I am new in Visual C++, I have the following questions that I would like to ask:
1.     How to load a raw file in a frame, once the button is clicked, it will load a raw image file from disk and display it on the frame
2.     I have 2 raw format images, say image001.raw and image002.raw.
How to perform the pixel value substraction between these 2 images for comparision of their difference?  Supposed two dimension arrays  or one dimension array and then display in the same images with the loaded image
And how to save the result in text file?

I want the source code of Viscual C++.
Thanks for replying.
ASKER CERTIFIED SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
above comment provides perfect solution for the quesion with a src code link 'How to load raw'.

MAHESH