how to calculate texture parameters
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have to do image processing on a lot of MRI images. The aim is to do some texture analysis on a ROI.
I = imread('0003.jpg');
figure
imshow(I)
h = drawpolygon('FaceAlpha',0);
This program allows me to draw a ROI. How can I calculate the entropy, homogeneity, skewness, kurtosis of the ROI which I drew ?
0 件のコメント
回答 (2 件)
yanqi liu
2021 年 11 月 26 日
yes,sir,may be use graycomatrix、graycoprops to do texture analysis
0 件のコメント
参考
カテゴリ
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!