How to convert a stack of dicom images to grayscale
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
My ultrasound images are truecolor type. I need to make them grayscale. They are multiple. How do I do that? im2uint8 is not working.
Thanks
0 Commenti
Risposte (1)
Alok Nimrani
il 28 Mar 2018
Hi Stelios,
Try out the ‘rgb2gray’ function to convert ‘truecolor’ RGB image to grayscale: https://www.mathworks.com/help/matlab/ref/rgb2gray.html
Hope this helps.
Thanks
0 Commenti
Vedere anche
Categorie
Scopri di più su DICOM Format 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!