Click or drag to resize

DetectionResult  Conversion (DetectionResult to Boolean)

Test if DetectionResult is valid.

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static implicit operator bool (
	DetectionResult result
)

Parameters

result
Type: Zivid.NET.CalibrationDetectionResult

Return Value

Type: Boolean
True if DetectionResult is valid.
Remarks
DetectionResult is valid if all the feature points were detected.
See Also