OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvRetrieveFrame
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
cvcap.cpp
75
CV_IMPL IplImage*
cvRetrieveFrame
( CvCapture* capture )
highgui.h
181
CVAPI(IplImage*)
cvRetrieveFrame
( CvCapture* capture );
183
/* Just a combination of cvGrabFrame and
cvRetrieveFrame
/external/opencv/
cvjni.cpp
102
IplImage *frame =
cvRetrieveFrame
(m_capture);
Completed in 64 milliseconds