| 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; }
Public Property AprilTagQuadSigma As Single
Get
Set
public:
property float AprilTagQuadSigma {
float get ();
void set (float value);
}
member AprilTagQuadSigma : float32 with get, set
Property Value
Type:
SingleSee Also