All Projects → InsightSoftwareConsortium → ITKTextureFeatures

InsightSoftwareConsortium / ITKTextureFeatures

Licence: Apache-2.0 License
Fast, Texture Feature Maps from N-Dimensional Images

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ITKTextureFeatures

Texture Vs Shape
Pre-trained models, data, code & materials from the paper "ImageNet-trained CNNs are biased towards texture; increasing shape bias improves accuracy and robustness" (ICLR 2019 Oral)
Stars: ✭ 556 (+3375%)
Mutual labels:  texture, features
SlicerITKUltrasound
Ultrasound image formation, processing, and analysis. Interfaces built off the ITKUltrasound library.
Stars: ✭ 18 (+12.5%)
Mutual labels:  itk, insight-toolkit
ITKWikiExamples
Scraped, buildable version of the wiki examples
Stars: ✭ 21 (+31.25%)
Mutual labels:  itk, itk-module
ITKUltrasound
ITK module with classes particularly useful for ultrasound.
Stars: ✭ 41 (+156.25%)
Mutual labels:  itk, itk-module
ITKIsotropicWavelets
External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Stars: ✭ 12 (-25%)
Mutual labels:  itk, itk-module
RxCocoa-Texture
RxCocoa Extension Library for Texture.
Stars: ✭ 98 (+512.5%)
Mutual labels:  texture
stylish-hub
🍹 A browser extension that brings new GitHub features and experience.
Stars: ✭ 14 (-12.5%)
Mutual labels:  features
detect-features
Detect and report browser and hardware features.
Stars: ✭ 63 (+293.75%)
Mutual labels:  features
UnityTexture3DAtlasImportPipeline
A Texture3D Atlas Import Pipeline for Unity 2019.3 and newer.
Stars: ✭ 24 (+50%)
Mutual labels:  texture
state-of-rust
The current state of Rust’s various stable/unstable features.
Stars: ✭ 16 (+0%)
Mutual labels:  features
OBNI
Objet Bruité Non Identifié - Unity displacement shader
Stars: ✭ 28 (+75%)
Mutual labels:  texture
SKTextureGradient
A SpriteKit SKTexture Gradient
Stars: ✭ 27 (+68.75%)
Mutual labels:  texture
ShapeTextureDebiasedTraining
Code and models for the paper Shape-Texture Debiased Neural Network Training (ICLR 2021)
Stars: ✭ 95 (+493.75%)
Mutual labels:  texture
UE4-BUIValidator
UE4 UI Texture Validator Plugin
Stars: ✭ 48 (+200%)
Mutual labels:  texture
FeatureSwitch
FeatureSwitch is library that should reduce amount of time and code required to implement feature switching in your projects.
Stars: ✭ 54 (+237.5%)
Mutual labels:  features
ITKMinimalPathExtraction
Vessel and tube centerline extraction
Stars: ✭ 19 (+18.75%)
Mutual labels:  itk-module
demo-models
Demo 3D models (mostly in X3D and VRML formats) of view3dscene and Castle Game Engine
Stars: ✭ 15 (-6.25%)
Mutual labels:  texture
texture
Texture JATS XML editor integration for OJS
Stars: ✭ 18 (+12.5%)
Mutual labels:  texture
GPU-Zen-2-Baker
🥧 An OpenGL 4.x example of GPU Zen 2's ray casting techniques for baked texture generation chapter.
Stars: ✭ 32 (+100%)
Mutual labels:  texture
magisk-pixel2-features
A magisk module that provides Pixel 2 Features like Google Lens, Google Camera w/ Motion Pictures and Ambient Sense w/ Music Matching
Stars: ✭ 27 (+68.75%)
Mutual labels:  features

ITKTextureFeatures

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.
http://hdl.handle.net/10380/3574
http://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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].