Click or drag to resize
SoApplyMorphologicalLutProcessing3dMatchingActions Enumeration

Action to use for matching and no-matching fields.

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 MatchingActions
Members
  Member nameValueDescription
SET_ZERO0

put 0

SET_ONE1

put 1

SET_CHANGE2

invert value

SET_UNCHANGE3

keep value unchanged

Remarks