| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_highgui.CvCapture |
opencv_highgui.cvCaptureFromAVI(BytePointer arg1) |
static opencv_highgui.CvCapture |
opencv_highgui.cvCaptureFromAVI(String arg1) |
static opencv_highgui.CvCapture |
opencv_highgui.cvCaptureFromCAM(int arg1) |
static opencv_highgui.CvCapture |
opencv_highgui.cvCaptureFromFile(BytePointer arg1)
\
Obsolete functions/synonyms *
\
|
static opencv_highgui.CvCapture |
opencv_highgui.cvCaptureFromFile(String arg1) |
static opencv_highgui.CvCapture |
opencv_highgui.cvCreateCameraCapture(int index) |
static opencv_highgui.CvCapture |
opencv_highgui.cvCreateFileCapture(BytePointer filename) |
static opencv_highgui.CvCapture |
opencv_highgui.cvCreateFileCapture(String filename) |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_highgui.cvGetCaptureDomain(opencv_highgui.CvCapture capture) |
static double |
opencv_highgui.cvGetCaptureProperty(opencv_highgui.CvCapture capture,
int property_id) |
static int |
opencv_highgui.cvGrabFrame(opencv_highgui.CvCapture capture) |
static opencv_core.IplImage |
opencv_highgui.cvQueryFrame(opencv_highgui.CvCapture capture) |
static void |
opencv_highgui.cvReleaseCapture(opencv_highgui.CvCapture capture) |
static opencv_core.IplImage |
opencv_highgui.cvRetrieveFrame(opencv_highgui.CvCapture capture) |
static opencv_core.IplImage |
opencv_highgui.cvRetrieveFrame(opencv_highgui.CvCapture capture,
int streamIdx) |
static int |
opencv_highgui.cvSetCaptureProperty(opencv_highgui.CvCapture capture,
int property_id,
double value) |
Copyright © 2014. All Rights Reserved.