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