Click or drag to resize

CvTrackbarSetMin 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 void SetMin(
	int minVal
)

Parameters

minVal
Type: SystemInt32
New minimum position.
See Also