CvCreateTrackbar Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberCreateTrackbar(String, String, Int32, Int32, CvTrackbarCallback)
Creates the trackbar (a.k.a. slider or range control) with the specified name and range, assigns the variable to be syncronized with trackbar position and specifies callback function to be called on trackbar position change. The created trackbar is displayed on top of given window.
Public methodStatic memberCreateTrackbar(String, String, Int32, Int32, CvTrackbarCallback)
Creates the trackbar (a.k.a. slider or range control) with the specified name and range, assigns the variable to be syncronized with trackbar position and specifies callback function to be called on trackbar position change. The created trackbar is displayed on top of given window.
Top
See Also

Reference