opencvd ~master (2021-10-31T03:12:58.3715221)
Dub
Repo
TrackBar
opencvd
highgui
Undocumented in source.
struct
TrackBar {
string
name
;
string
winname
;
int
max
;
this
(string _name, string _winname, int _max);
this
(string _name, string _winname, int* value, int count, TrackbarCallback on_trackbar, void* userdata);
int
getPos
();
void
setPos
(int pos);
void
setMin
(int pos);
void
setMax
(int pos);
}
Constructors
this
this
(string _name, string _winname, int _max)
Undocumented in source.
this
this
(string _name, string _winname, int* value, int count, TrackbarCallback on_trackbar, void* userdata)
Undocumented in source.
Members
Functions
getPos
int
getPos
()
Undocumented in source. Be warned that the author may not have intended to support it.
setMax
void
setMax
(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setMin
void
setMin
(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setPos
void
setPos
(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
max
int
max
;
Undocumented in source.
name
string
name
;
Undocumented in source.
winname
string
winname
;
Undocumented in source.
Meta
Source
See Implementation
opencvd
highgui
aliases
MouseCallback
TrackbarCallback
enums
EVENT_FLAG_LBUTTON
EVENT_MOUSEMOVE
WINDOW_NORMAL
WND_PROP_FULLSCREEN
functions
createTrackbar
destroyWindow
getWindowProperty
imshow
moveWindow
namedWindow
resizeWindow
selectROI
selectROIs
setMouseCallback
setWindowProperty
setWindowTitle
waitKey
structs
TrackBar