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

/external/opencv/otherlibs/highgui/
H A Dhighgui.h91 #define CV_EXPORTS __declspec(dllexport) macro
93 #define CV_EXPORTS macro
97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
335 class CV_EXPORTS CvvImage
/external/opencv/ml/include/
H A Dml.h97 #define CV_EXPORTS __declspec(dllexport) macro
99 #define CV_EXPORTS macro
103 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
187 class CV_EXPORTS CvStatModel
214 struct CV_EXPORTS CvParamGrid
238 class CV_EXPORTS CvNormalBayesClassifier : public CvStatModel
275 class CV_EXPORTS CvKNearest : public CvStatModel
319 struct CV_EXPORTS CvSVMParams
341 struct CV_EXPORTS CvSVMKernel
388 class CV_EXPORTS CvSVMSolve
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h132 #define CV_EXPORTS __declspec(dllexport) macro
134 #define CV_EXPORTS macro
138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL

Completed in 108 milliseconds