[ITK-users] Gray Level Coocurrence Matrix

med aweng medswengineer at gmail.com
Sun Jul 13 09:50:59 EDT 2014


Hello,

I'm new to ITK, and trying to calculate the Gray Level Coocurrence Matrix
(GLCM) features of some image.

I have started as follows:

typedef itk::Image< double, 3 >  MyImageType;

I found that there are two classes to use for my task:

ScalarImageToGreyLevelCooccurrenceMatrixGenerator
<http://www.itk.org/Doxygen320/html/classitk_1_1Statistics_1_1ScalarImageToGreyLevelCooccurrenceMatrixGenerator.html>

GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator
<http://www.itk.org/Doxygen320/html/classitk_1_1Statistics_1_1GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator.html#_details>

Can you just kindly guide me on how to go further with building this
program, just for me to know how the structure of an ITK program should
look like?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20140713/a72eb3aa/attachment.html>


More information about the Insight-users mailing list