DetectorParametersMaxMarkerPerimeterRate Property
|
determine maximum perimeter for marker contour to be detected.
This is defined as a rate respect to the maximum dimension of the input image(default 4.0).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double MaxMarkerPerimeterRate { get; set; }
Public Property MaxMarkerPerimeterRate As Double
Get
Set
public:
property double MaxMarkerPerimeterRate {
double get ();
void set (double value);
}
member MaxMarkerPerimeterRate : float with get, set
function get_MaxMarkerPerimeterRate();
function set_MaxMarkerPerimeterRate(value);
Property Value
Type:
Double
See Also