How to draw ROI on MRI images ?
8 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
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 件のコメント
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.
参考
カテゴリ
Help Center および File Exchange で Biomedical Imaging についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!