Click or drag to resize

Cv2SetTrackbarMin Method

Sets the trackbar minimum position. The function sets the minimum position of the specified trackbar in the specified window.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void SetTrackbarMin(
	string trackbarname,
	string winname,
	int minval
)

Parameters

trackbarname
Type: SystemString
Name of the trackbar.
winname
Type: SystemString
Name of the window that is the parent of trackbar.
minval
Type: SystemInt32
New minimum position.
See Also