| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_highgui.createButton(org.bytedeco.javacpp.BytePointer bar_name,
opencv_highgui.ButtonCallback on_change) |
static int |
opencv_highgui.createButton(org.bytedeco.javacpp.BytePointer bar_name,
opencv_highgui.ButtonCallback on_change,
org.bytedeco.javacpp.Pointer userdata,
int type,
boolean initial_button_state)
\brief Attaches a button to the control panel.
|
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,
org.bytedeco.javacpp.Pointer userdata,
int type,
boolean initial_button_state) |
Copyright © 2018. All rights reserved.