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

  /external/opencv/otherlibs/highgui/
cvcap.cpp 90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int height )
highgui.h 171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
  /external/opencv/
cvjni.cpp 62 m_capture = cvCreateSocketCapture(address_chars, port_chars, width, height);

Completed in 560 milliseconds