<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>