Home
last modified time | relevance | path

Searched refs:CV_CDECL (Results 1 – 16 of 16) sorted by relevance

/external/opencv/otherlibs/highgui/
Dhighgui.h55 #define CV_CDECL __cdecl macro
58 #define CV_CDECL macro
97 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
245 typedef int (CV_CDECL * CvWin32WindowCallback)(HWND, UINT, WPARAM, LPARAM, int*); in LOAD_CHDL()
/external/opencv/ml/include/
Dml.h61 #define CV_CDECL __cdecl macro
64 #define CV_CDECL macro
103 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
1279 typedef void (CV_CDECL *CvCNNLayerForward)
1282 typedef void (CV_CDECL *CvCNNLayerBackward)
1285 typedef void (CV_CDECL *CvCNNLayerRelease)
1288 typedef void (CV_CDECL *CvCNNetworkAddLayer)
1291 typedef void (CV_CDECL *CvCNNetworkRelease)
1435 typedef const CvMat* (CV_CDECL *CvStatModelEstimateGetMat)
1438 typedef int (CV_CDECL *CvStatModelEstimateNextStep)
[all …]
/external/opencv/cxcore/include/
Dcxtypes.h96 #define CV_CDECL __cdecl macro
99 #define CV_CDECL macro
138 #define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL
1731 typedef int (CV_CDECL *CvIsInstanceFunc)( const void* struct_ptr );
1732 typedef void (CV_CDECL *CvReleaseFunc)( void** struct_dblptr );
1733 typedef void* (CV_CDECL *CvReadFunc)( CvFileStorage* storage, CvFileNode* node );
1734 typedef void (CV_CDECL *CvWriteFunc)( CvFileStorage* storage, const char* name,
1736 typedef void* (CV_CDECL *CvCloneFunc)( const void* struct_ptr );
Dcxcore.h1085 typedef int (CV_CDECL* CvCmpFunc)(const void* a, const void* b, void* userdata );
1524 typedef int (CV_CDECL *CvErrorCallback)( int status, const char* func_name,
1547 typedef void* (CV_CDECL *CvAllocFunc)(size_t size, void* userdata);
1548 typedef int (CV_CDECL *CvFreeFunc)(void* pptr, void* userdata);
1763 typedef IplImage* (CV_CDECL * CvLoadImageFunc)( const char* filename, int colorness );
1764 typedef CvMat* (CV_CDECL * CvLoadImageMFunc)( const char* filename, int colorness );
1765 typedef int (CV_CDECL * CvSaveImageFunc)( const char* filename, const CvArr* image );
1766 typedef void (CV_CDECL * CvShowImageFunc)( const char* windowname, const CvArr* image );
Dcxmisc.h673 IPCVAPI(type,CV_CDECL,name,args)
/external/opencv/cv/src/
D_cv.h95 CV_EXTERN_C_FUNCPTR( void (CV_CDECL * CvWriteNodeFunction)(void* seq,void* node) )
Dcvfloodfill.cpp990 typedef CvStatus (CV_CDECL* CvFloodFillFunc)(
994 typedef CvStatus (CV_CDECL* CvFloodFillGradFunc)(
/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp114 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
Dcvfacedetection.cpp52 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*/) in CompareContourRect()
Dcvbgfg_acmmm2003.cpp69 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
Dcvvecfacetracking.cpp229 int CV_CDECL CompareEnergy(const void* el1, const void* el2, void*) in CompareEnergy()
/external/opencv/ml/src/
Dmltestset.cpp49 int CV_CDECL
Dml_inner_functions.cpp436 static int CV_CDECL
443 static int CV_CDECL
1085 CV_CDECL icvCmpSampleResponsePairs( const void* a, const void* b ) in icvCmpSampleResponsePairs()
/external/opencv/cv/include/
Dcvtypes.h242 typedef float (CV_CDECL * CvDistanceFunction)( const float* a, const float* b, void* user_param );
/external/opencv/cxcore/src/
Dcxswitcher.cpp183 typedef int64 (CV_CDECL * func_ptr)(void); in icvInitProcessorInfo()
722 typedef int64 (CV_CDECL * rdtsc_func)(void);
/external/opencv/cvaux/include/
Dcvaux.h60 typedef int (CV_CDECL * CvCallback)(int index, void* buffer, void* user_data);
1156 typedef void (CV_CDECL * CvReleaseBGStatModel)( struct CvBGStatModel** bg_model );
1157 typedef int (CV_CDECL * CvUpdateBGStatModel)( IplImage* curr_frame, struct CvBGStatModel* bg_model …