Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyramids.cpp913 typedef CvStatus (CV_STDCALL * CvPyramidFunc) typedef
945 CvPyramidFunc func; in cvPyrUp()
979 func = (CvPyramidFunc)pyrup_tab.fn_2d[depth]; in cvPyrUp()
1038 CvPyramidFunc func; in cvPyrDown()
1086 func = (CvPyramidFunc)pyrdown_tab.fn_2d[depth]; in cvPyrDown()