Effacer les filtres
Effacer les filtres

How to determine texture of a skin lesion?

6 vues (au cours des 30 derniers jours)
joynob ahmed
joynob ahmed le 8 Déc 2020
I have used a gray scale image without segmentation and with segmentation and got different result of 'contrast', 'energy','homogeneity', and 'correlation'. I used this code:
glcms = graycomatrix(t1) %t1 is a gray image
stats = graycoprops(glcms,'contrast','energy')
stats2=graycoprops(glcms,'homogeneity','correlation')
The images are:
How can I know which image will give accurate answer?

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by