Click or drag to resize

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
)

Parameters

result
Type: Zivid.NET.CalibrationDetectionResultFiducialMarkers

Return Value

Type: Boolean
True if the detection result is valid.
Remarks
The detection result is valid if at least one of the specified markers were detected.
See Also