DetectorParametersCornerRefinementMaxIterations Property
|
maximum number of iterations for stop criteria of the corner refinement process(default 30).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int CornerRefinementMaxIterations { get; set; }
Public Property CornerRefinementMaxIterations As Integer
Get
Set
public:
property int CornerRefinementMaxIterations {
int get ();
void set (int value);
}
member CornerRefinementMaxIterations : int with get, set
function get_CornerRefinementMaxIterations();
function set_CornerRefinementMaxIterations(value);
Property Value
Type:
Int32
See Also