Searched refs:CvCapture (Results 1 – 2 of 2) sorted by relevance
64 typedef struct CvCapture CvCapture; typedef68 CVAPI(CvCapture*) cvCreateFileCapture( const char* filename );72 CVAPI(CvCapture*) cvCreateFileCaptureWithPreference( const char* filename , int apiPreference);132 CVAPI(CvCapture*) cvCreateCameraCapture( int index );138 CVAPI(int) cvGrabFrame( CvCapture* capture );146 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture, int streamIdx CV_DEFAULT(0) );152 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture );156 CVAPI(void) cvReleaseCapture( CvCapture** capture );519 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );522 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );[all …]
67 typedef struct CvCapture CvCapture; typedef811 Ptr<CvCapture> cap;951 template<> CV_EXPORTS void DefaultDeleter<CvCapture>::operator ()(CvCapture* obj) const;