Table of Contents

Method SetTrackbarMin

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetTrackbarMin(string, string, int)

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

public static void SetTrackbarMin(string trackbarName, string winName, int minVal)

Parameters

trackbarName string

Name of the trackbar.

winName string

Name of the window that is the parent of trackbar.

minVal int

New minimum position.