SoTensorVotingProcessing2dinVectorImage Property |
Input orientation vector image.
Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFImageDataAdapter inVectorImage { get; }
Public ReadOnly Property inVectorImage As SoSFImageDataAdapter
Get
public:
property SoSFImageDataAdapter^ inVectorImage {
SoSFImageDataAdapter^ get ();
}
member inVectorImage : SoSFImageDataAdapter with get
Property Value
Type:
SoSFImageDataAdapterRemarks Image must have the same size as the input and 2 spectral canals. Each vector is used to define an orientation and its norm is ignored. Default value is NULL. Supported types include: color image.
See Also