I am working with unprocessed, or "raw", images from my digital camera. I would like to load these images into MATLAB for processing or analysis.

 Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 18 Apr. 2023
Bearbeitet: MathWorks Support Team am 19 Apr. 2023

0 Stimmen

The ability to read "raw" image files is not available in MATLAB. However, you can read those files using low level File I/O functions.
To read a "RAW image file, we need to know exact dimensions (in pixels) and the binary encoding style used for storing the image. Please find the attached example of a sample file and code to read it in MATLAB.
 
Also, there is a post on MATLAB Central that may be helpful:
 
 
Please note that MathWorks Technical Support does not support user-contributed files.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R14SP2

Community Treasure Hunt

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

Start Hunting!

Translated by