필터 지우기
필터 지우기

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