how to calculate texture parameters
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
yanqi liu
am 26 Nov. 2021
yes,sir,may be use graycomatrix、graycoprops to do texture analysis
0 Kommentare
Siehe auch
Kategorien
Mehr zu Biomedical Imaging finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!