The Insight Journal logo

Computing Textural Feature Maps for N-Dimensional images

Vimort, Jean-Baptiste, McCormick, Matthew, Budin, Francois, Paniagua, Beatriz
Kitware Inc.
Publication cover image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3574
New: Prefer using the following doi: https://doi.org/10.54294/qy48ty
Submitted by Jean-baptiste Vimort on 2017-07-06 10:03:58.

This document describes a new remote module implemented for the Insight Toolkit ITK, itkTextureFeatures. This module contains two texture analysis filters that are used to compute feature maps of N-Dimensional images using two well-known texture analysis methods. The two filters contained in this module are itkScalarImageToTextureFeaturesImageFilter (which computes textural features based on intensity-based co-occurrence matrices in the image) and itkScalarImageToRunLengthFeaturesImageFilter (which computes textural features based on equally valued intensity clusters of different sizes or run lengths in the image). The output of this module is a vector image of the same size than the input that contains a multidimensional vector in each pixel/voxel. Filters can be configured based in the locality of the textural features (neighborhood size), offset directions for co-ocurrence and run length computation, the number of bins for the intensity histograms, the intensity range or the range of run lengths. This paper is accompanied with the source code, input data, parameters and output data that we have used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.