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: 3.4.1.20180605-33-CaRLSharp
Syntax
public void SetMin(
	int minval
)

Parameters

minval
Type: SystemInt32
New minimum position.
See Also