Searched refs:_templ (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 45 icvCrossCorr( const CvArr* _img, const CvArr* _templ, CvArr* _corr, CvPoint anchor ) in icvCrossCorr() argument 59 CvMat tstub, *templ = (CvMat*)_templ; in icvCrossCorr() 324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method ) in cvMatchTemplate() argument 337 CvMat tstub, *templ = (CvMat*)_templ; in cvMatchTemplate()
|
D | _cvimgproc.h | 75 icvCrossCorr( const CvArr* _img, const CvArr* _templ,
|