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

  /external/opencv/otherlibs/highgui/
highgui.h 96 #ifndef CVAPI
97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
148 CVAPI(IplImage*) cvLoadImage( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
149 CVAPI(CvMat*) cvLoadImageM( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
152 CVAPI(int) cvSaveImage( const char* filename, const CvArr* image );
157 CVAPI(void) cvConvertImage( const CvArr* src, CvArr* dst, int flags CV_DEFAULT(0));
160 CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0));
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 )
    [all...]
  /external/opencv/ml/include/
ml.h 102 #ifndef CVAPI
103 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 137 #ifndef CVAPI
138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
    [all...]

Completed in 80 milliseconds