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
)
Public Shared Widening Operator CType (
result As DetectionResult
) As Boolean
static implicit operator bool (
DetectionResult^ result
)
Parameters
- result
- Type: Zivid.NET.CalibrationDetectionResult
Return Value
Type:
BooleanTrue if DetectionResult is valid.
Remarks
DetectionResult is valid if all the feature points were detected.
See Also