- createTrackbar
void createTrackbar(string trackname, string winname, int* value, int count, TrackbarCallback on_trackbar, void* userdata)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroyWindow
void destroyWindow(string winname)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowProperty
double getWindowProperty(string winname, int flag)
Undocumented in source. Be warned that the author may not have intended to support it.
- imshow
void imshow(string winname, Mat mat)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveWindow
void moveWindow(string winname, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- namedWindow
void namedWindow(string winname, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeWindow
void resizeWindow(string winname, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectROI
Rect selectROI(string winname, Mat img)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectROIs
Rects selectROIs(string winname, Mat img)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMouseCallback
void setMouseCallback(string winname, MouseCallback onMouse, void* userdata)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowProperty
void setWindowProperty(string winname, int flag, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowTitle
void setWindowTitle(string winname, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
- waitKey
int waitKey(int val)
Undocumented in source. Be warned that the author may not have intended to support it.