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

  /external/opencv/otherlibs/highgui/
cvcap.cpp 55 CV_IMPL void cvReleaseCapture( CvCapture** pcapture )
64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture )
70 CV_IMPL int cvGrabFrame( CvCapture* capture )
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture )
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id )
85 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value )
90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int height )
_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 );
cvcap_socket.cpp 69 class CVCapture_Socket : public CvCapture
294 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char *port, int width, int height )
  /external/opencv/
cvjni.h 49 CvCapture *m_capture = 0;

Completed in 807 milliseconds