Searched refs:_templ (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A D_cvimgproc.h75 icvCrossCorr( const CvArr* _img, const CvArr* _templ,
H A Dcvtemplmatch.cpp45 icvCrossCorr( const CvArr* _img, const CvArr* _templ, CvArr* _corr, CvPoint anchor ) argument
59 CvMat tstub, *templ = (CvMat*)_templ;
324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method ) argument
337 CvMat tstub, *templ = (CvMat*)_templ;

Completed in 49 milliseconds