Home
last modified time | relevance | path

Searched refs:CvFunc2DnC_1A1P (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxsumpixels.cpp539 CvFunc2DnC_1A1P func = (CvFunc2DnC_1A1P)(sumcoi_tab.fn_2d[CV_MAT_DEPTH(type)]); in CV_DEF_INIT_BIG_FUNC_TAB_2D()
664 CvFunc2DnC_1A1P func = (CvFunc2DnC_1A1P)(nzcoi_tab.fn_2d[CV_MAT_DEPTH(type)]); in CV_DEF_INIT_FUNC_TAB_2D()
Dcxnorm.cpp1308 CvFunc2DnC_1A1P func; in cvNorm()
1309 CV_GET_FUNC_PTR( func, (CvFunc2DnC_1A1P)norm_tab[6 + normType].fn_2d[depth]); in cvNorm()
/external/opencv/cv/src/
Dcvmoments.cpp383 CvFunc2DnC_1A1P func = 0; in cvMoments()
465 func = (CvFunc2DnC_1A1P)(!binary ? mom_tab.fn_2d[depth] : mombin_tab.fn_2d[depth]); in cvMoments()
/external/opencv/cxcore/include/
Dcxmisc.h734 typedef CvStatus (CV_STDCALL *CvFunc2DnC_1A1P)( void* arr, int step, CvSize size, typedef
737 typedef CvStatus (CV_STDCALL *CvFunc2DnC_1A1P)( void* arr, int step, CvSize size, typedef