Hi,<div><br></div><div>I&#39;m interested in computing local texture maps. I found a few filters in ITK, including the GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator, which does compute many of the features I&#39;m interested in. However, it does so over an entire image, a masked image, or given a cooccurrence matrix (which is usually generated from the entire image) and only returns one texture value for each feature given that input. I&#39;d like to compute these features locally, in say a 9x9 neighborhood much like the MATLAB function entropyfilt() (<a href="http://www.mathworks.com/help/toolbox/images/ref/entropyfilt.html">http://www.mathworks.com/help/toolbox/images/ref/entropyfilt.html</a>)</div>

<div><br></div><div>How can I utilize these filters to compute local features?</div><div><br></div><div>Thanks</div>