Skip to content

InsightSoftwareConsortium/ITKHigherOrderAccurateGradient

 
 

Repository files navigation

ITKHigherOrderAccurateGradient

image

PyPI

License

Overview

This repository has InsightToolkit (ITK) filters for calculating higher order accurate numerical derivatives and gradients from an input scalar image.

Installation

To install the Python package:

python -m pip install itk-higherorderaccurategradient

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

Module_HigherOrderAccurateGradient:BOOL=ON

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

git clone https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient
mkdir ITKHigherOrderAccurateGradient-build
cd ITKHigherOrderAccurateGradient-build
cmake -DITK_DIR=/path/to/ITK-build ../ITKHigherOrderAccurateGradient
cmake --build .

License

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

About

Filters for calculating higher order accurate numerical derivatives and gradients.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.9%
  • CMake 6.1%
  • Python 5.0%