Table of Contents

Method SetTrackbarPos

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetTrackbarPos(string, string, int)

Sets the trackbar position.

public static void SetTrackbarPos(string trackbarName, string winName, int pos)

Parameters

trackbarName string

Name of the trackbar.

winName string

Name of the window that is the parent of trackbar.

pos int

New position.