CalibCbTypeFastCheck Field |
http://www.emgu.com
If it is on, then this check is performed before the main algorithm and if a chessboard is not found, the function returns 0 instead of wasting 0.3-1s on doing the full search.
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const CalibCbType FastCheck = 8
Public Const FastCheck As CalibCbType = 8
public:
literal CalibCbType^ FastCheck = 8
static val mutable FastCheck: CalibCbType
Field Value
Type:
CalibCbType
See Also