/parabolicMorphology

ITK routines for erosions/dilations using parabolic structuring functions

Primary LanguageC++Apache License 2.0Apache-2.0

ParabolicMorphology

Build Status

PyPI Version License

Overview

ITK classes for mathematical morphology using parabolic structuring functions.

Parabolic functions can be used to build fast distance transforms, and binary morphology using spheres.

For more information, see the Insight Journal article:

Beare R.
Morphology with parabolic structuring elements
The Insight Journal. January-June. 2008.
http://hdl.handle.net/1926/1370
http://www.insight-journal.org/browse/publication/228

Installation

Install Python packages with:

python -m pip install itk-parabolicmorphology

License

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