Click or drag to resize
SoTensorVotingProcessing2d.outVectorImage Property

Output orientation vector image.

Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarking
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> outVectorImage { get; }

Property Value

Type: SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter>
Remarks

The size (except spectral serie), calibration and interpretation of the output image are forced to the same values as the feature input. The size of the spectral serie component is forced to 2. Each vector defines the main orientation of the output tensor and its norm is equal to the saliency. Type is forced to float. Default value is NULL. Supported types include: color image.

See Also