Skip to content

InsightSoftwareConsortium/ITKMinimalPathExtraction

Folders and files

NameName
Last commit message
Last commit date
Mar 9, 2025
Oct 14, 2015
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Nov 12, 2019
Jan 28, 2025
Mar 1, 2020
Nov 12, 2019
Dec 1, 2022
Mar 1, 2020
Jun 1, 2022
Jun 27, 2024
Mar 1, 2020
Mar 11, 2025

Repository files navigation

ITKMinimalPathExtraction

Overview

This is an ITK module that implements a minimal path extraction framework based on Fast Marching arrival functions.

A more detailed description can be found in the Insight Journal article:

Mueller, D.
"Fast Marching Minimal Path Extraction in ITK"
The Insight Journal. January-June, 2008.
https://hdl.handle.net/1926/1332
https://www.insight-journal.org/browse/publication/213

Installation

To install the binary Python packages:

python -m pip install itk-minimalpathextraction

Since ITK 4.8.0, this module is available in the ITK source tree as a remote module. To enable it, set:

Module_MinimalPathExtraction:BOOL=ON

in ITK's CMake build configuration.

License

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