VIA - Volumetric Image Analysis
Functions
GraphPrune.c File Reference

Functions

VGraph VGraphPrune (VGraph src, int minlength)
 Graph pruning. More...
 

Detailed Description

Prune small branches in a graph.

Author:
Gabriele Lohmann, MPI-CBS

Function Documentation

VGraph VGraphPrune ( VGraph  src,
int  minlength 
)

Graph pruning.

Parameters
srcinput graph. Nodes must of type 'SNode'.
minlengthbranches that are shorter than <minlength> are cut off.