Table of Contents

Class CvTrackbar

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Trackbar that is shown on an OpenCV Window

public sealed class CvTrackbar
Inheritance
CvTrackbar
Inherited Members

Properties

Callback
Pos

Gets or sets a numeric value that represents the current position of the scroll box on the track bar.

TrackbarName

Name of this trackbar

WindowName

Name of parent window

Methods

SetMax(int)

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

SetMin(int)

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