SoTensorVotingProcessing2doutBallnessImage 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> outBallnessImage { get; }
Public ReadOnly Property outBallnessImage As SoImageVizEngineOutput(Of SoSFImageDataAdapter, SoImageDataAdapter)
Get
public:
property SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ outBallnessImage {
SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ get ();
}
member outBallnessImage : 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