Open DNG Image File
Mostrar comentarios más antiguos
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)
Respuestas (2)
Walter Roberson
el 26 de Feb. de 2012
0 votos
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
el 26 de Feb. de 2012
0 votos
5 comentarios
Walter Roberson
el 26 de Feb. de 2012
imread() would only get you the thumbnail. You have to go through many more steps to get the real image.
Superb
el 26 de Feb. de 2012
John
el 27 de Feb. de 2012
What's the photometric interpretation of the image?
Superb
el 27 de Feb. de 2012
John
el 28 de Feb. de 2012
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.
Categorías
Más información sobre Read, Write, and Modify Image en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!