DetectorParametersAprilTagMaxLineFitMse Field |
http://www.emgu.com
When fitting lines to the contours, what is the maximum mean squared error
allowed? This is useful in rejecting contours that are far from being quad shaped; rejecting
these quads "early" saves expensive decoding processing.
Namespace:
Emgu.CV.Aruco
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic float AprilTagMaxLineFitMse
Public AprilTagMaxLineFitMse As Single
public:
float AprilTagMaxLineFitMse
val mutable AprilTagMaxLineFitMse: float32
Field Value
Type:
Single
See Also