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

  /external/opencv/otherlibs/highgui/
highgui.h 91 #define CV_EXPORTS __declspec(dllexport)
93 #define CV_EXPORTS
97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
335 class CV_EXPORTS CvvImage
  /external/opencv/ml/include/
ml.h 97 #define CV_EXPORTS __declspec(dllexport)
99 #define CV_EXPORTS
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/
cxtypes.h 132 #define CV_EXPORTS __declspec(dllexport)
134 #define CV_EXPORTS
138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
    [all...]

Completed in 43 milliseconds