I have a 3D MRI image with me and I want to plot a histogram of it's value. Can someone please suggest a way to plot the same ?

2 次查看(过去 30 天)

采纳的回答

Image Analyst
Image Analyst 2019-2-6
Try this:
histogram(mriImage3D);
where mriImage3D is your 3D MRI image variable.
  1 个评论
Saurav Roy
Saurav Roy 2019-2-7
I tried to apply histogram but i was not able to get a correct plot that can depict all the pixel values available in the MRI Image. I have attached the result that I received.
Following are the details for my MRI Image : -
Image Dimension = 256 x 256 x 256
Gray Scale MRI Image

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MRI 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by