HomeSort by relevance Sort by last modified time
    Searched defs:CvCapture (Results 1 - 2 of 2) sorted by null

  /external/opencv/otherlibs/highgui/
_highgui.h 67 /***************************** CvCapture structure ******************************/
69 struct CvCapture
71 virtual ~CvCapture() {}
79 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char* port, int width, int height );
highgui.h 168 typedef struct CvCapture CvCapture;
171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
175 CVAPI(int) cvGrabFrame( CvCapture* capture );
181 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture );
185 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture );
188 CVAPI(void) cvReleaseCapture( CvCapture** capture );
209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );

Completed in 740 milliseconds