Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/insightsoftwareconsortium/itktexturefeatures

Fast, Texture Feature Maps from N-Dimensional Images
https://github.com/insightsoftwareconsortium/itktexturefeatures

cpp features glcm glrlm haralick-features image-processing insight-toolkit itk itk-module python texture

Last synced: about 1 month ago
JSON representation

Fast, Texture Feature Maps from N-Dimensional Images

Awesome Lists containing this project

README

        

ITKTextureFeatures
==================

.. image:: https://github.com/InsightSoftwareConsortium/ITKTextureFeatures/workflows/Build,%20test,%20package/badge.svg
:alt: Build Status

Overview
--------

This repository contains `ITK `_ filters to estimate
texture feature maps from N-dimensional images.

For more information, see the `Insight Journal article `_::

Vimort J., McCormick M., Budin F., Paniagua B.
Computing Textural Feature Maps for N-Dimensional images
McCormick M.
The Insight Journal. January-December. 2017.
https://hdl.handle.net/10380/3574
https://insight-journal.org/browse/publication/985

Installation
------------

Python
^^^^^^

Binary `Python packages `_
are available for macOS, Linux, and Windows. They can be installed with::

python -m pip install --upgrade pip
python -m pip install itk-texturefeatures

3D Slicer Extension
^^^^^^^^^^^^^^^^^^^

The module functionality is also available in the `3D Slicer
`_ desktop application. Install the *BoneTextureExtension*
in the `3D Slicer extension manager
`_.
`Additional documentation
`_
is available for `the extension
`_.

C++
^^^

Since ITK 4.13.0, this module is available in the ITK source tree as a Remote
module. To enable it, set::

Module_TextureFeatures:BOOL=ON

in ITK's CMake build configuration.

License
-------

The source code is distributed under the Apache 2.0 License. Please see LICENSE file for details.

Acknowledgements
----------------

This work was supported by the National Institute of Health (NIH) National
Institute for Dental and Craniofacial Research (NIDCR) grant R21DE025306
(Textural Biomarkers of Arthritis for the Subchondral Bone in the
Temporomandibular Joint) and NIDCR grant R01DE024450 (Quantification of 3D
bony Changes in Temporomandibular Joint Osteoarthritis).