how to calculate texture parameters
이전 댓글 표시
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 ?
답변 (2개)
Ananya Tewari
2021년 8월 2일
0 개 추천
yanqi liu
2021년 11월 26일
0 개 추천
yes,sir,may be use graycomatrix、graycoprops to do texture analysis
카테고리
도움말 센터 및 File Exchange에서 Medical Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!