Gets/sets whether the checkers entirely cover the field of view.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 73.0.0.0
public bool CheckersCoverFOV { get; set; }public bool CheckersCoverFOV { get; set; }Public Property CheckersCoverFOV As Boolean
Get
Set
Public Property CheckersCoverFOV As Boolean
Get
Set
public:
property bool CheckersCoverFOV {
bool get ();
void set (bool value);
}public:
property bool CheckersCoverFOV {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
The default value is false.
Note that the purpose of CheckersCoverFOV is to improve speed
performance when the checker coverage is known.
CheckersCoverFOV should only be set to true
if it is known beforehand that the checkers will cover the
entire image for each camera at each pose.
Note that CheckersCoverFOV is only used when
Algorithm is
Exhaustive.