| Package | Description |
|---|---|
| org.bytedeco.opencv.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_highgui.createButton(BytePointer bar_name,
ButtonCallback on_change) |
static int |
opencv_highgui.createButton(BytePointer bar_name,
ButtonCallback on_change,
Pointer userdata,
int type,
boolean initial_button_state)
\brief Attaches a button to the control panel.
|
static int |
opencv_highgui.createButton(String bar_name,
ButtonCallback on_change) |
static int |
opencv_highgui.createButton(String bar_name,
ButtonCallback on_change,
Pointer userdata,
int type,
boolean initial_button_state) |
Copyright © 2020. All rights reserved.