File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed
Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 1+ ITKMinimalPathExtraction
2+ ========================
3+
4+ .. image :: https://circleci.com/gh/InsightSoftwareConsortium/ITKMinimalPathExtraction.svg?style=svg
5+ :target: https://circleci.com/gh/InsightSoftwareConsortium/ITKMinimalPathExtraction
6+
7+ This is an `ITK <http://itk.org >`_ module that implements a minimal path
8+ extraction framework based on Fast Marching arrival functions.
9+
10+ A more detailed description can be found in
11+ `the Insight Journal article <http://hdl.handle.net/1926/1332 >`_::
12+
13+ Mueller, D. "Fast Marching Minimal Path Extraction in ITK"
14+ http://hdl.handle.net/1926/1332
15+ http://www.insight-journal.org/browse/publication/213
16+ March, 2008.
17+
18+ Since ITK 4.8.0, this module is available in the ITK source tree as a Remote
19+ module. To enable it, set::
20+
21+ Module_MinimalPathExtraction:BOOL=ON
22+
23+ in ITK's CMake build configuration.
Original file line number Diff line number Diff line change 1+ machine :
2+ services :
3+ - docker
4+
5+ dependencies :
6+ override :
7+ - docker info
8+ - docker pull insighttoolkit/minimalpathextraction-test
9+
10+ test :
11+ override :
12+ - mkdir ~/ITKMinimialPathExtraction-build
13+ - docker run -v ~/ITKMinimalPathExtraction:/usr/src/ITKMinimalPathExtraction -v ~/ITKMinimalPathExtraction-build:/usr/src/ITKMinimalPathExtraction-build insighttoolkit/minimalpathextraction-test /usr/src/ITKMinimalPathExtraction/test/Docker/test.sh
14+
Original file line number Diff line number Diff line change 1- set (DOCUMENTATION "http://www.insight-journal.org/browse/publication/213
1+ set (DOCUMENTATION "This module implements a minimal path extraction framework
2+ based on Fast Marching arrival functions.
3+
4+ A more detailed description can be found in the Insight Journal article::
5+
6+ Mueller, D. " Fast Marching Minimal Path Extraction in ITK"
7+ http://hdl.handle.net/1926/1332
8+ http://www.insight-journal.org/browse/publication/213
9+ March, 2008.
210" )
311
412itk_module(MinimalPathExtraction
You can’t perform that action at this time.
0 commit comments