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 ?

Antworten (2)

Ananya Tewari
Ananya Tewari am 2 Aug. 2021

0 Stimmen

Hi,
I understand you want to do analysis on a Region-of-Interest(ROI). We can create ROI objects, crop them and then proceed with analysing cropped ROIs individually. Refer to this answer to create ROI using freehand and cropping the ROI for further analysis.
Refer to the hyperlinks for calculating entropy, homogeneity, skewness and kurtosis
yanqi liu
yanqi liu am 26 Nov. 2021

0 Stimmen

yes,sir,may be use graycomatrix、graycoprops to do texture analysis

Kategorien

Produkte

Version

R2020b

Gefragt:

am 10 Jun. 2021

Beantwortet:

am 26 Nov. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by