how to calculate texture parameters
Afficher commentaires plus anciens
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 ?
Réponses (2)
Ananya Tewari
le 2 Août 2021
0 votes
yanqi liu
le 26 Nov 2021
0 votes
yes,sir,may be use graycomatrix、graycoprops to do texture analysis
Catégories
En savoir plus sur Neuroimaging dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!