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.

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 4월 18일
편집: MathWorks Support Team 2023년 4월 19일

0 개 추천

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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

제품

릴리스

R14SP2

Community Treasure Hunt

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

Start Hunting!

Translated by