static int |
opencv_highgui.createButton(BytePointer bar_name,
opencv_highgui.ButtonCallback on_change) |
static int |
opencv_highgui.createButton(BytePointer bar_name,
opencv_highgui.ButtonCallback on_change,
Pointer userdata,
int type,
boolean initial_button_state) |
static int |
opencv_highgui.createButton(String bar_name,
opencv_highgui.ButtonCallback on_change) |
static int |
opencv_highgui.createButton(String bar_name,
opencv_highgui.ButtonCallback on_change,
Pointer userdata,
int type,
boolean initial_button_state) |