Creates the trackbar and attaches it to this window
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- trackbarName
- Type: SystemString
Name of created trackbar. - callback
- Type: OpenCvSharpCvTrackbarCallback
the function to be called every time the slider changes the position. This function should be prototyped as void Foo(int);
Return Value
Type: CvTrackbar[Missing <returns> documentation for "M:OpenCvSharp.CvWindow.CreateTrackbar(System.String,OpenCvSharp.CvTrackbarCallback)"]
See Also