static int |
opencv_highgui.cvCreateTrackbar(org.bytedeco.javacpp.BytePointer trackbar_name,
org.bytedeco.javacpp.BytePointer window_name,
int[] value,
int count,
opencv_highgui.CvTrackbarCallback on_change) |
static int |
opencv_highgui.cvCreateTrackbar(org.bytedeco.javacpp.BytePointer trackbar_name,
org.bytedeco.javacpp.BytePointer window_name,
IntBuffer value,
int count,
opencv_highgui.CvTrackbarCallback on_change) |
static int |
opencv_highgui.cvCreateTrackbar(org.bytedeco.javacpp.BytePointer trackbar_name,
org.bytedeco.javacpp.BytePointer window_name,
org.bytedeco.javacpp.IntPointer value,
int count,
opencv_highgui.CvTrackbarCallback on_change) |
static int |
opencv_highgui.cvCreateTrackbar(String trackbar_name,
String window_name,
int[] value,
int count,
opencv_highgui.CvTrackbarCallback on_change) |
static int |
opencv_highgui.cvCreateTrackbar(String trackbar_name,
String window_name,
IntBuffer value,
int count,
opencv_highgui.CvTrackbarCallback on_change) |
static int |
opencv_highgui.cvCreateTrackbar(String trackbar_name,
String window_name,
org.bytedeco.javacpp.IntPointer value,
int count,
opencv_highgui.CvTrackbarCallback on_change) |
static int |
opencv_highgui.cvvCreateTrackbar(org.bytedeco.javacpp.BytePointer arg1,
org.bytedeco.javacpp.BytePointer arg2,
int[] arg3,
int arg4,
opencv_highgui.CvTrackbarCallback arg5) |
static int |
opencv_highgui.cvvCreateTrackbar(org.bytedeco.javacpp.BytePointer arg1,
org.bytedeco.javacpp.BytePointer arg2,
IntBuffer arg3,
int arg4,
opencv_highgui.CvTrackbarCallback arg5) |
static int |
opencv_highgui.cvvCreateTrackbar(org.bytedeco.javacpp.BytePointer arg1,
org.bytedeco.javacpp.BytePointer arg2,
org.bytedeco.javacpp.IntPointer arg3,
int arg4,
opencv_highgui.CvTrackbarCallback arg5) |
static int |
opencv_highgui.cvvCreateTrackbar(String arg1,
String arg2,
int[] arg3,
int arg4,
opencv_highgui.CvTrackbarCallback arg5) |
static int |
opencv_highgui.cvvCreateTrackbar(String arg1,
String arg2,
IntBuffer arg3,
int arg4,
opencv_highgui.CvTrackbarCallback arg5) |
static int |
opencv_highgui.cvvCreateTrackbar(String arg1,
String arg2,
org.bytedeco.javacpp.IntPointer arg3,
int arg4,
opencv_highgui.CvTrackbarCallback arg5) |