| DetectorParametersAdaptiveThreshWinSizeStep Property |
increments from adaptiveThreshWinSizeMin to adaptiveThreshWinSizeMax during the thresholding(default 10).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
Int32See Also