/external/opencv/cv/src/ |
_cv.h | 95 CV_EXTERN_C_FUNCPTR( void (CV_CDECL * CvWriteNodeFunction)(void* seq,void* node) )
|
cvfloodfill.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
highgui.h | 55 #define CV_CDECL __cdecl 58 #define CV_CDECL 97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL 245 typedef int (CV_CDECL * CvWin32WindowCallback)(HWND, UINT, WPARAM, LPARAM, int*);
|
/external/opencv/ml/include/ |
ml.h | 61 #define CV_CDECL __cdecl 64 #define CV_CDECL 103 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL [all...] |
/external/opencv/ml/src/ |
mltestset.cpp | 49 int CV_CDECL
|
ml_inner_functions.cpp | 436 static int CV_CDECL 443 static int CV_CDECL 1085 CV_CDECL icvCmpSampleResponsePairs( const void* a, const void* b ) [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 242 typedef float (CV_CDECL * CvDistanceFunction)( const float* a, const float* b, void* user_param );
|
/external/opencv/cvaux/src/ |
cvbgfg_gaussmix.cpp | 114 static void CV_CDECL icvReleaseGaussianBGModel( CvGaussBGModel** bg_model ); 115 static int CV_CDECL icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model ); 240 static void CV_CDECL 270 static int CV_CDECL
|
cvfacedetection.cpp | 52 int CV_CDECL CompareContourRect(const void* el1, const void* el2, void* userdata); 282 int CV_CDECL CompareContourRect(const void* el1, const void* el2, void* /*userdata*/) 285 }// int CV_CDECL CompareContourRect(const void* el1, const void* el2, void* userdata)
|
cvbgfg_acmmm2003.cpp | 69 static void CV_CDECL icvReleaseFGDStatModel( CvFGDStatModel** model ); 70 static int CV_CDECL icvUpdateFGDStatModel( IplImage* curr_frame, 180 static void CV_CDECL 328 static int CV_CDECL
|
cvvecfacetracking.cpp | 229 int CV_CDECL CompareEnergy(const void* el1, const void* el2, void*) 232 }// int CV_CDECL CompareEnergy(const void* el1, const void* el2, void*) [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 96 #define CV_CDECL __cdecl 99 #define CV_CDECL 138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL [all...] |
cxcore.h | [all...] |
cxmisc.h | [all...] |
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 183 typedef int64 (CV_CDECL * func_ptr)(void); 722 typedef int64 (CV_CDECL * rdtsc_func)(void);
|
/external/opencv/cvaux/include/ |
cvaux.h | 60 typedef int (CV_CDECL * CvCallback)(int index, void* buffer, void* user_data); [all...] |