Open DNG Image File
41 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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)
0 Commenti
Risposte (2)
Walter Roberson
il 26 Feb 2012
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/
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!