| DetectorParametersAprilTagQuadDecimate Property |
Detection of quads can be done on a lower-resolution image, improving speed at a cost of pose accuracy and a slight decrease in detection rate.
Decoding the binary payload is still done at full resolution.
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public float AprilTagQuadDecimate { get; set; }
Public Property AprilTagQuadDecimate As Single
Get
Set
public:
property float AprilTagQuadDecimate {
float get ();
void set (float value);
}
member AprilTagQuadDecimate : float32 with get, set
Property Value
Type:
SingleSee Also