| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_highgui.cvCreateButton(BytePointer button_name,
opencv_highgui.CvButtonCallback on_change,
Pointer userdata,
int button_type,
int initial_button_state) |
static int |
opencv_highgui.cvCreateButton(String button_name,
opencv_highgui.CvButtonCallback on_change,
Pointer userdata,
int button_type,
int initial_button_state) |
Copyright © 2014. All Rights Reserved.