Click or drag to resize
SoImageStackProjectionProcessing3dGradientOperators Enumeration

Namespace: OIV.ImageViz.Engines.ImageManipulation.StackOperations
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum GradientOperators
Members
  Member nameValueDescription
GAUSSIAN_GRADIENT0

Compute a gaussian gradient (convolution with derivatives of gaussian function along the stack direction).

MORPHOLOGICAL_GRADIENT1

Compute a morphological gradient (see OIV.ImageViz.Engines.EdgeDetection.Gradient.SoMorphologicalGradientProcessing for definition).

RECURSIVE_GRADIENT2

Compute a recursive gradient (Canny-Deriche on stack direction).

Remarks