| Package | Description |
|---|---|
| org.bytedeco.opencv.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_highgui.cvCreateButton(BytePointer button_name,
CvButtonCallback on_change,
Pointer userdata,
int button_type,
int initial_button_state) |
static int |
opencv_highgui.cvCreateButton(String button_name,
CvButtonCallback on_change,
Pointer userdata,
int button_type,
int initial_button_state) |
Copyright © 2020. All rights reserved.