Click or drag to resize

Cv2CreateTrackbar Method

Overload List
  NameDescription
Public methodStatic memberCreateTrackbar(String, String, Int32, TrackbarCallbackNative, IntPtr)
Creates a trackbar and attaches it to the specified window. The function createTrackbar creates a trackbar(a slider or range control) with the specified name and range, assigns a variable value to be a position synchronized with the trackbar and specifies the callback function onChange to be called on the trackbar position change.The created trackbar is displayed in the specified window winName.
Public methodStatic memberCreateTrackbar(String, String, Int32, Int32, TrackbarCallbackNative, IntPtr)
Creates a trackbar and attaches it to the specified window. The function createTrackbar creates a trackbar(a slider or range control) with the specified name and range, assigns a variable value to be a position synchronized with the trackbar and specifies the callback function onChange to be called on the trackbar position change.The created trackbar is displayed in the specified window winName.
Top
See Also