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!