Searched refs:cvGetSubRect (Results 1 - 9 of 9) sorted by relevance

/external/opencv/cv/src/
H A Dcvtemplmatch.cpp163 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( cor
[all...]
H A Dcvcamshift.cpp100 CV_CALL( cvGetSubRect( mat, &cur_win, cur_rect ));
209 CV_CALL( cvGetSubRect( mat, &cur_win, windowIn ));
H A Dcvcalibration.cpp1687 cvGetSubRect( _JtJ, &_part, cvRect(0,0,NINTRINSIC,NINTRINSIC) );
1690 cvGetSubRect( _JtJ, &_part, cvRect(NINTRINSIC+i*6,NINTRINSIC+i*6,6,6) );
1693 cvGetSubRect( _JtJ, &_part, cvRect(NINTRINSIC+i*6,0,6,NINTRINSIC) );
2177 cvGetSubRect( JtJ, &_part, cvRect(0, 0, 6, 6) );
2180 cvGetSubRect( JtJ, &_part, cvRect(eofs, 0, 6, 6) );
2187 cvGetSubRect( JtJ, &_part, cvRect(eofs, eofs, 6, 6) );
2195 cvGetSubRect( JtJ, &_part, cvRect(iofs, iofs, NINTRINSIC, NINTRINSIC) );
2197 cvGetSubRect( JtJ, &_part, cvRect(iofs, eofs, NINTRINSIC, 6) );
2201 cvGetSubRect( JtJ, &_part, cvRect(iofs, 0, NINTRINSIC, 6) );
H A Dcvfundam.cpp1280 ones = cvGetSubRect( dst, &_ones, cvRect( s_dims, 0, 1, d_count ));
1281 dst = cvGetSubRect( dst, &_dst, cvRect( 0, 0, s_dims, d_count ));
1285 ones = cvGetSubRect( dst, &_ones, cvRect( 0, s_dims, d_count, 1 ));
1286 dst = cvGetSubRect( dst, &_dst, cvRect( 0, 0, d_count, s_dims ));
/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp958 cvGetSubRect(points4D,&point4D,cvRect(currPoint,0,1,4));
1503 cvGetSubRect(matrSysDeltaP,&subMatr,cvRect(currImage*12,currImage*12,12,12));
1512 cvGetSubRect(jacPointErr,&subMatrErPnts,cvRect(0,currV*4,1,4));
1513 cvGetSubRect(vectTmpSys3,&subMatr,cvRect(0,currV*4,1,4));
1562 cvGetSubRect(vectTmpSysM,&subMatr,cvRect(0,currV*4,1,4));
1563 cvGetSubRect(deltaM,&subMatrM,cvRect(0,currV*4,1,4));
H A Dcvtrifocal.cpp255 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));
/external/opencv/cxcore/include/
H A Dcxcore.h197 CVAPI(CvMat*) cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect );
198 #define cvGetSubArr cvGetSubRect
/external/opencv/ml/src/
H A Dmlcnn.cpp981 CV_CALL(cvGetSubRect( weights, &sub_weights,
1295 CV_CALL(cvGetSubRect( weights, &sub_weights,
/external/opencv/cxcore/src/
H A Dcxarray.cpp1464 cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect ) function

Completed in 519 milliseconds