DetectionResultFiducialMarkers Conversion (DetectionResultFiducialMarkers to Boolean) |
Test if the detection result is valid.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public static implicit operator bool (
DetectionResultFiducialMarkers result
)
Public Shared Widening Operator CType (
result As DetectionResultFiducialMarkers
) As Boolean
static implicit operator bool (
DetectionResultFiducialMarkers^ result
)
Parameters
- result
- Type: Zivid.NET.CalibrationDetectionResultFiducialMarkers
Return Value
Type:
BooleanTrue if the detection result is valid.
Remarks
The detection result is valid if at least one of the specified markers were detected.
See Also