[ITK] [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/community/attachments/20140713/a72eb3aa/attachment.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list