class
CenterlineExtractionExtract centerline from 3D image segmentation.
Contents
- Reference
Uses fast marching algorithm for centerline extraction. Based on the algorithm described in the article "FAST 3D CENTERLINE COMPUTATION FOR TUBULAR STRUCTURES BY FRONT COLLAPSING AND FAST MARCHING" by Cárdenes et al. 2010.
Inputs:
- 0: Image 3D segmentation
Outputs:
- 0: Mesh centerlines
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Public functions
- auto create() -> std::shared_ptr<CenterlineExtraction>
- Create instance.
Private functions
- void execute() virtual
Function documentation
std::shared_ptr<CenterlineExtraction> fast:: CenterlineExtraction:: create()
Create instance.
Returns | instance |
---|