opencvd.highgui

Undocumented in source.

Members

Aliases

MouseCallback
alias MouseCallback = void function(int, int, int, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TrackbarCallback
alias TrackbarCallback = void function(int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

EVENT_FLAG_LBUTTON
anonymousenum EVENT_FLAG_LBUTTON
Undocumented in source.
EVENT_MOUSEMOVE
anonymousenum EVENT_MOUSEMOVE
Undocumented in source.
WINDOW_NORMAL
anonymousenum WINDOW_NORMAL
Undocumented in source.
WND_PROP_FULLSCREEN
anonymousenum WND_PROP_FULLSCREEN
Undocumented in source.

Functions

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.

Structs

TrackBar
struct TrackBar
Undocumented in source.

Meta