필터 지우기
필터 지우기

How to draw ROI on MRI images ?

조회 수: 5 (최근 30일)
Johanna THAI
Johanna THAI 2021년 6월 9일
댓글: Rik 2021년 6월 10일
Hi,
I am working on MRI images. My aim is to draw an ROI which are the kidneys on the images. And then I want to calculate the homogeneity, skewness, kurtosis, entropy and correlation.
How to draw an ROI to delimitate the kidneys ?
And how can I calculate homogeneity etc ?
Thnak you

답변 (1개)

Rik
Rik 2021년 6월 9일
drawpolygon should do the trick. Then createMask will get you a binary mask which you can use for further analyses.
  댓글 수: 4
Johanna THAI
Johanna THAI 2021년 6월 9일
Do you know how to calculate homogeneity from the ROI ?
Rik
Rik 2021년 6월 10일
The top result on Google for 'image homogeneity matlab' is this page, which links to the documentation for graycoprops.
That took me 20 seconds. You could save 23 hours waiting on my response by trying Google first. If you don't find anything relevant you can post a comment with what you tried.

댓글을 달려면 로그인하십시오.

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by