TwiceAsNice
2019-02-18
|
Classes | |
struct | CvCaptureVTable |
Struct CvCaptureVTable More... | |
struct | CvCaptureCAM_V4L |
Struct CvCaptureCAM_V4L More... | |
class | PwcWrapper |
Class PwcWrapper More... | |
Typedefs | |
typedef void(CV_CDECL * | CvCaptureCloseFunc) (CvCapture *capture) |
typedef int(CV_CDECL * | CvCaptureGrabFrameFunc) (CvCapture *capture) |
typedef IplImage *(CV_CDECL * | CvCaptureRetrieveFrameFunc) (CvCapture *capture) |
typedef double(CV_CDECL * | CvCaptureGetPropertyFunc) (CvCapture *capture, int id) |
typedef int(CV_CDECL * | CvCaptureSetPropertyFunc) (CvCapture *capture, int id, double value) |
typedef const char *(CV_CDECL * | CvCaptureGetDescriptionFunc) (CvCapture *capture) |
typedef struct CvCaptureVTable | CvCaptureVTable |
typedef struct CvCaptureCAM_V4L | CvCaptureCAM_V4L |
typedef struct CvCaptureCAM_V4L CvCaptureCAM_V4L |
typedef void(CV_CDECL* CvCaptureCloseFunc) (CvCapture *capture) |
typedef double(CV_CDECL* CvCaptureGetPropertyFunc) (CvCapture *capture, int id) |
typedef int(CV_CDECL* CvCaptureGrabFrameFunc) (CvCapture *capture) |
typedef IplImage*(CV_CDECL* CvCaptureRetrieveFrameFunc) (CvCapture *capture) |
typedef struct CvCaptureVTable CvCaptureVTable |