How to create images from .raw file?

1 view (last 30 days)
I have image files saved from IR camera as .dcb and/or .raw file.
The file contains data of several images (frames). Images are taken at around 60 Hz for several minutes and each image is of 256 by 320 pixels. The header spanning about 14000 byes.
I want to extract the image data and create the images.
any help would be much appreciated.
Thanks.

Accepted Answer

Walter Roberson
Walter Roberson on 19 Nov 2013
.raw is a generic suffix used for proprietary RAW images. There is no standard about how to decode them. However, the decoding method is known for some manufacturers. If you could indicate the brand and model of your camera, someone might be able to find an appropriate routine.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!