how to calculate texture parameters
Mostrar comentarios más antiguos
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 ?
Respuestas (2)
Ananya Tewari
el 2 de Ag. de 2021
0 votos
yanqi liu
el 26 de Nov. de 2021
0 votos
yes,sir,may be use graycomatrix、graycoprops to do texture analysis
Categorías
Más información sobre Neuroimaging en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!