Click or drag to resize

DetectionResultValid Method

Test if DetectionResult is valid.

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public bool Valid()

Return Value

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