/external/opencv3/modules/highgui/include/opencv2/highgui/ |
highgui_c.h | 91 typedef void (CV_CDECL *CvButtonCallback)(int state, void* userdata); 153 typedef void (CV_CDECL *CvTrackbarCallback)(int pos); 159 typedef void (CV_CDECL *CvTrackbarCallback2)(int pos, void* userdata); 199 typedef void (CV_CDECL *CvMouseCallback )(int event, int x, int y, int flags, void* param); 210 typedef void (CV_CDECL *CvOpenGlDrawCallback)(void* userdata);
|
/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/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 69 # define CV_CDECL __cdecl 72 # define CV_CDECL 93 # define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL [all...] |
core_c.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/opencv3/modules/imgproc/include/opencv2/imgproc/ |
types_c.h | 441 typedef float (CV_CDECL * CvDistanceFunction)( const float* a, const float* b, void* user_param );
|
/external/opencv/cvaux/include/ |
cvaux.h | 60 typedef int (CV_CDECL * CvCallback)(int index, void* buffer, void* user_data); [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_inner_functions.cpp | 369 static int CV_CDECL 376 static int CV_CDECL 1015 CV_CDECL icvCmpSampleResponsePairs( const void* a, const void* b ) [all...] |
boost.cpp | 111 static int CV_CDECL icvCmpIntegers( const void* a, const void* b ) [all...] |
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | 213 typedef int (CV_CDECL * CvWin32WindowCallback)(HWND, UINT, WPARAM, LPARAM, int*); [all...] |