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: 3.4.1.20180605-33-CaRLSharp
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