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: 1.0.0
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