Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitwaremedical/itkstrain
ITK filters to estimate a strain tensor field from a displacement field or a spatial transformation.
https://github.com/kitwaremedical/itkstrain
itk itk-module strain-imaging strain-tensor
Last synced: about 1 month ago
JSON representation
ITK filters to estimate a strain tensor field from a displacement field or a spatial transformation.
- Host: GitHub
- URL: https://github.com/kitwaremedical/itkstrain
- Owner: KitwareMedical
- License: apache-2.0
- Created: 2014-08-27T04:08:08.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:39:52.000Z (5 months ago)
- Last Synced: 2024-12-08T02:00:23.914Z (about 2 months ago)
- Topics: itk, itk-module, strain-imaging, strain-tensor
- Language: C++
- Homepage: http://hdl.handle.net/10380/3573
- Size: 260 KB
- Stars: 10
- Watchers: 7
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ITKStrain
=========.. image:: https://github.com/KitwareMedical/ITKStrain/workflows/Build,%20test,%20package/badge.svg
.. image:: https://img.shields.io/pypi/v/itk-strain.svg
:target: https://pypi.python.org/pypi/itk-strain
:alt: PyPI.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/KitwareMedical/ITKStrain/blob/master/LICENSE)
:alt: LicenseOverview
--------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/984Installation
------------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.