SoAutoThresholdingProcessingoutResult Property |
The thresholding results.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoImageVizEngineAnalysisOutput<SoAutoThresholdingProcessingSbAutoThresholdingDetail> outResult { get; }
Public ReadOnly Property outResult As SoImageVizEngineAnalysisOutput(Of SoAutoThresholdingProcessingSbAutoThresholdingDetail)
Get
public:
property SoImageVizEngineAnalysisOutput<SoAutoThresholdingProcessingSbAutoThresholdingDetail>^ outResult {
SoImageVizEngineAnalysisOutput<SoAutoThresholdingProcessingSbAutoThresholdingDetail>^ get ();
}
member outResult : SoImageVizEngineAnalysisOutput<SoAutoThresholdingProcessingSbAutoThresholdingDetail> with get
Property Value
Type:
SoImageVizEngineAnalysisOutputSoAutoThresholdingProcessingSbAutoThresholdingDetailRemarks See Also