Click or drag to resize
SoGaussianDerivativeProcessingorderDerivative Property

Derivation order for each direction (X, Y and Z).

Namespace: OIV.ImageViz.Engines.EdgeDetection.OtherDerivatives
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFVec3i32 orderDerivative { get; }

Property Value

Type: SoSFVec3i32
Remarks

Each value must be 0, 1 or 2. Default value is SbVec3i32(0,0,0).

See Also