Skip to content

ITK filters to estimate a strain tensor field from a displacement field or a spatial transformation.

License

Notifications You must be signed in to change notification settings

KitwareMedical/ITKStrain

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2025
Jun 2, 2022
Sep 8, 2021
Jan 27, 2025
Sep 9, 2024
Mar 1, 2022
Jan 28, 2025
Feb 19, 2020
May 3, 2017
Jun 23, 2023
Jun 23, 2023
Jun 2, 2022
Jun 2, 2022
Dec 22, 2018
Jul 8, 2024

Repository files navigation

ITKStrain

PyPI License

Overview

This repository contains ITK filters to estimate a strain tensor field from a displacement field or a spatial transformation.

For more information, see the Insight Journal article:

McCormick M.
N-Dimensional Computation of Strain Tensor Images in the Insight Toolkit
The Insight Journal. January-December. 2017.
https://hdl.handle.net/10380/3573
https://insight-journal.org/browse/publication/984

Installation

To install the Python package:

pip install itk-strain

To build the C++ module, either enable the CMake option in ITK's build configuration:

Module_Strain:BOOL=ON

Or, build the module as a separate project against an ITK build tree:

git clone https://github.com/KitwareMedical/ITKStrain
mkdir ITKStrain-bulid
cd ITKStrain-build
cmake -DITK_DIR=/path/to/ITK-build ../ITKStrain
cmake --build .

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.