Searched defs:CVAPI (Results 1 - 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dhighgui.h96 #ifndef CVAPI
97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL macro
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(IplImag
[all...]
/external/opencv/ml/include/
H A Dml.h102 #ifndef CVAPI
103 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL macro
1407 CVAPI(CvCNNLayer*) cvCreateCNNConvolutionLayer(
1413 CVAPI(CvCNNLayer*) cvCreateCNNSubSamplingLayer(
1418 CVAPI(CvCNNLayer*) cvCreateCNNFullConnectLayer(
1422 CVAPI(CvCNNetwork*) cvCreateCNNetwork( CvCNNLayer* first_layer );
1424 CVAPI(CvStatModel*) cvTrainCNNClassifier(
1504 CVAPI(CvStatModel*)
1510 CVAPI(float)
1537 CVAPI(voi
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h137 #ifndef CVAPI
138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL macro

Completed in 133 milliseconds