필터 지우기
필터 지우기

how to calculate texture parameters

조회 수: 4 (최근 30일)
Johanna THAI
Johanna THAI 2021년 6월 10일
답변: yanqi liu 2021년 11월 26일
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
Ananya Tewari 2021년 8월 2일
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 2021년 11월 26일
yes,sir,may be use graycomatrix、graycoprops to do texture analysis

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by