Overload List
Name | Description | |
---|---|---|
CreateTrackbar(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.
| |
CreateTrackbar(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.
|
See Also