How to convert a stack of dicom images to grayscale
8 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Alok Nimrani
2018 年 3 月 28 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!