Click or drag to resize

DetectorParametersAprilTagQuadSigma Property

What Gaussian blur should be applied to the segmented image (used for quad detection?) Parameter is the standard deviation in pixels. Very noisy images benefit from non-zero values (e.g. 0.8).

Namespace:  OpenCvSharp.Aruco
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public float AprilTagQuadSigma { get; set; }

Property Value

Type: Single
See Also