fast::CenterlineExtraction class

Extract centerline from 3D image segmentation.

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:

Outputs:

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