Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsamplers.cpp530 typedef CvStatus (CV_STDCALL *CvGetRectSubPixFunc)( const void* src, int src_step, typedef
547 CvGetRectSubPixFunc func; in cvGetRectSubPix()
578 func = (CvGetRectSubPixFunc)(gr_tab[cn != 1].fn_2d[CV_MAT_DEPTH(src->type)]); in cvGetRectSubPix()
585 func = (CvGetRectSubPixFunc)(gr_tab[cn != 1].fn_2d[1]); in cvGetRectSubPix()