<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Take a look at this example:</div><div class="gmail_default" style><font face="verdana, sans-serif"><a href="http://www.itk.org/Wiki/ITK/Examples/Statistics/TextureFeatures">http://www.itk.org/Wiki/ITK/Examples/Statistics/TextureFeatures</a></font><br>

</div><div class="gmail_default" style><font face="verdana, sans-serif"><br></font></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">You might be interested in this code:</div><div class="gmail_default" style>

<font face="verdana, sans-serif"><a href="https://github.com/blowekamp/itkTextureAnalysis">https://github.com/blowekamp/itkTextureAnalysis</a></font><br></div><div class="gmail_default" style><font face="verdana, sans-serif">and this thread:</font></div>

<div class="gmail_default" style><font face="verdana, sans-serif"><a href="http://www.itk.org/pipermail/insight-users/2012-February/043764.html">http://www.itk.org/pipermail/insight-users/2012-February/043764.html</a><br>

</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 13, 2014 at 3:50 PM, med aweng <span dir="ltr"><<a href="mailto:medswengineer@gmail.com" target="_blank">medswengineer@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div><div><div><div>

Hello,<br><br></div>I'm new to ITK, and trying to calculate the Gray Level Coocurrence Matrix (GLCM) features of some image.<br>

<br></div>I have started as follows:<br><br>typedef itk::Image< double, 3 >  MyImageType;<br>
<br></div>I found that there are two classes to use for my task:<br><br><a href="http://www.itk.org/Doxygen320/html/classitk_1_1Statistics_1_1ScalarImageToGreyLevelCooccurrenceMatrixGenerator.html" target="_blank">ScalarImageToGreyLevelCooccurrenceMatrixGenerator</a><br>




<br><a href="http://www.itk.org/Doxygen320/html/classitk_1_1Statistics_1_1GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator.html#_details" target="_blank">GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator</a><br>



<br></div>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?<br>
<br></div>Thanks.<br></div></div></div></div></div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>