[ITK-users] Gray Level Coocurrence Matrix

Dženan Zukić dzenanz at gmail.com
Mon Jul 14 06:29:47 EDT 2014


Take a look at this example:
http://www.itk.org/Wiki/ITK/Examples/Statistics/TextureFeatures

You might be interested in this code:
https://github.com/blowekamp/itkTextureAnalysis
and this thread:
http://www.itk.org/pipermail/insight-users/2012-February/043764.html


On Sun, Jul 13, 2014 at 3:50 PM, med aweng <medswengineer at gmail.com> wrote:

> 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.
>
> _____________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20140714/fad24a7e/attachment-0001.html>


More information about the Insight-users mailing list