Click or drag to resize
SoPruningProcessing2dPruningModes Enumeration

Namespace: OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum PruningModes
Members
  Member nameValueDescription
RIGOROUS0

Each iteration removes only the end points as defined in OIV.ImageViz.Engines.MathematicalMorphology.HitOrMissAndSkeleton.SoEndPointsProcessing2d.

Using this mode, the pruning stops when an intersection or a right angle is encountered.

PERMISSIVE1

A skeletonization is reapplied between two iterations.

Using this mode, only the closed-loops are kept.

Remarks