OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvCreateCameraCapture_Socket
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
_highgui.h
79
CvCapture*
cvCreateCameraCapture_Socket
( const char *address, const char* port, int width, int height );
cvcap.cpp
92
return
cvCreateCameraCapture_Socket
(address, port, width, height);
cvcap_socket.cpp
294
CvCapture*
cvCreateCameraCapture_Socket
( const char *address, const char *port, int width, int height )
Completed in 55 milliseconds