SoPruningProcessing3dPruningModes Enumeration |
Namespace: OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton
Member name | Value | Description | |
---|---|---|---|
RIGOROUS | 0 | Each iteration removes only the end points as defined in OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoEndPointsProcessing3d. Using this mode, the pruning stops when an intersection or a right angle is encountered. | |
PERMISSIVE | 1 | A skeletonization is reapplied between two iterations. Using this mode, only the closed-loops are kept. |