Searched defs:csz (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvtemplmatch.cpp206 CvSize csz = { blocksize.width, blocksize.height }, isz; local
209 csz.width = MIN( csz.width, corr->cols - x );
210 csz.height = MIN( csz.height, corr->rows - y );
211 isz.width = csz.width + templ->cols - 1;
212 isz.height = csz.height + templ->rows - 1;
258 cvDFT( _dft_img, _dft_img, CV_DXT_INVERSE, csz.height );
260 src = cvGetSubRect( _dft_img, &sstub, cvRect(0,0,csz.width,csz
[all...]

Completed in 57 milliseconds