Hi every one please can you help me in converting the DICOM image to bmp image with 24 bit depth ?? because the following code only stores it in 8 bit depth
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
[X,MAP]=dicomread('1.dcm'); image8 = uint8(255 * mat2gray(X)); imwrite(image8,'E:\NetBeans App\zkproto\dicomshahad\1.bmp', 'bmp')
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre DICOM Format en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!