| DetectorParametersAprilTagCriticalRad Property |
Reject quads where pairs of edges have angles that are close to straight or close to 180 degrees. Zero means that no quads are rejected. (In radians).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public float AprilTagCriticalRad { get; set; }
Public Property AprilTagCriticalRad As Single
Get
Set
public:
property float AprilTagCriticalRad {
float get ();
void set (float value);
}
member AprilTagCriticalRad : float32 with get, set
Property Value
Type:
SingleSee Also