DetectorParametersAdaptiveThreshWinSizeStep Property
|
increments from adaptiveThreshWinSizeMin to adaptiveThreshWinSizeMax during the thresholding(default 10).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int AdaptiveThreshWinSizeStep { get; set; }
Public Property AdaptiveThreshWinSizeStep As Integer
Get
Set
public:
property int AdaptiveThreshWinSizeStep {
int get ();
void set (int value);
}
member AdaptiveThreshWinSizeStep : int with get, set
function get_AdaptiveThreshWinSizeStep();
function set_AdaptiveThreshWinSizeStep(value);
Property Value
Type:
Int32
See Also