New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

itk-strain

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itk-strain

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

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
3

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: License

Overview

This repository contains ITK <https://itk.org>_ filters to estimate a strain tensor field from a displacement field or a spatial transformation.

For more information, see the Insight Journal article <https://hdl.handle.net/10380/3573>_::

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc