Click or drag to resize
SoVolumeRenderingQualityEdgeDetect2DMethods Enumeration

The edge detection algorithm used when edgeDetect2D is true, can work on the image luminance, depth buffer and/or gradient.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[FlagsAttribute]
public enum EdgeDetect2DMethods
Members
  Member nameValueDescription
LUMINANCE1

Edge detection will use the image's luminance.

This method has a very little impact on speed.

DEPTH2

Edge detection will use the image's depth buffer.

GRADIENT4

Edge detection will use the volume's gradient.

These gradients are affected by the surfaceScalarExponent fied. This method is the most computationally expensive.

Remarks

These enums can be combined in the field edgeDetect2DMethod.

See Also