HomeSort by relevance Sort by last modified time
    Searched refs:cvGetSubRect (Results 1 - 9 of 9) sorted by null

  /external/opencv/cv/src/
cvtemplmatch.cpp 163 dst = cvGetSubRect( dft_templ, &dstub, cvRect(0,yofs,templ->cols,templ->rows));
179 cvGetSubRect( dft_templ, dst, cvRect(templ->cols, yofs,
183 cvGetSubRect( dft_templ, dst, cvRect(0,yofs,dftsize.width,dftsize.height) );
221 src = cvGetSubRect( img, &sstub, cvRect(x1,y1,x2-x1,y2-y1) );
222 dst = cvGetSubRect( _dft_img, &dstub,
227 dst1 = cvGetSubRect( _dft_img, &dstub1,
248 cvGetSubRect( _dft_img, dst, cvRect(isz.width, 0,
254 cvGetSubRect( dft_templ, dst,
260 src = cvGetSubRect( _dft_img, &sstub, cvRect(0,0,csz.width,csz.height) );
261 dst = cvGetSubRect( corr, &dstub, cvRect(x,y,csz.width,csz.height) )
    [all...]
cvcamshift.cpp 100 CV_CALL( cvGetSubRect( mat, &cur_win, cur_rect ));
209 CV_CALL( cvGetSubRect( mat, &cur_win, windowIn ));
cvcalibration.cpp     [all...]
cvfundam.cpp     [all...]
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 958 cvGetSubRect(points4D,&point4D,cvRect(currPoint,0,1,4));
    [all...]
cvtrifocal.cpp 255 cvGetSubRect(points[i],&tmpPoints,cvRect(2,0,4,2));
329 cvGetSubRect(&resFundReduceCoef, &fundCoefs, cvRect(0,currSol,5,1));
376 cvGetSubRect(projMatrs[currCamera],&tmpSubRes,cvRect(0,currSol*3,4,3));
395 cvGetSubRect(points4D,tmpSubRes,cvRect(0,currSol*4,6,4));
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 197 CVAPI(CvMat*) cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect );
198 #define cvGetSubArr cvGetSubRect
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 137 milliseconds