Click or drag to resize

Cv2SetTrackbarMax Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void SetTrackbarMax(
	string trackbarName,
	string winName,
	int maxVal
)

Parameters

trackbarName
Type: SystemString
Name of the trackbar.
winName
Type: SystemString
Name of the window that is the parent of trackbar.
maxVal
Type: SystemInt32
New maximum position.
See Also