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!