Open DNG Image File
이전 댓글 표시
Hi, can I know the way to access and open DNG image file using Matlab? Is this the correct way? TQ...
imdata=imread('ABC.dng'); image(imdata)
답변 (2개)
Walter Roberson
2012년 2월 26일
0 개 추천
imread() will not be able to handle it properly. Please read http://blogs.mathworks.com/steve/2011/03/08/tips-for-reading-a-camera-raw-file-into-matlab/
Superb
2012년 2월 26일
0 개 추천
댓글 수: 5
Walter Roberson
2012년 2월 26일
imread() would only get you the thumbnail. You have to go through many more steps to get the real image.
Superb
2012년 2월 26일
John
2012년 2월 27일
What's the photometric interpretation of the image?
Superb
2012년 2월 27일
John
2012년 2월 28일
I was kind of thinking it was going to be CFA. It's raw sensor data. I do not know a lot about it, but you might consult the TIFF/EP specification for more information about it.
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!