SoTensorVotingProcessing2doutSaliencyImage Property |
Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> outSaliencyImage { get; }
Public ReadOnly Property outSaliencyImage As SoImageVizEngineOutput(Of SoSFImageDataAdapter, SoImageDataAdapter)
Get
public:
property SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ outSaliencyImage {
SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ get ();
}
member outSaliencyImage : SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> with get
Property Value
Type:
SoImageVizEngineOutputSoSFImageDataAdapter,
SoImageDataAdapterRemarks The size, calibration and interpretation of the output image are forced to the same values as the feature input. Type is forced to float. Default value is NULL. Supported types include: grayscale image.
See Also