You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to implement setMouseCallback()
I have done version for one window. Can you fix it for any windows and commit?
1)highgui_gocv.h
typedef void (*mouse_callback)(int event, int x, int y, int flags, void* param);
void Window_SetMouseCallback(const char* winname, mouse_callback callback);
Trying to implement setMouseCallback()
I have done version for one window. Can you fix it for any windows and commit?
1)highgui_gocv.h
2)highgui.cpp
3)NEW go-file
Usage Example
The text was updated successfully, but these errors were encountered: