Searched refs:cvGetSubRect (Results 1 - 15 of 15) 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/opencv3/modules/video/test/
H A Dtest_camshift.cpp252 cvGetSubRect( img, &temp, init_rect );
419 cvGetSubRect( img, &temp, init_rect );
/external/opencv3/modules/ts/src/
H A Dts_arrtest.cpp201 cvGetSubRect( test_array[i][j], &submat, roi );
/external/opencv3/modules/calib3d/src/
H A Dcalibration.cpp1503 cvGetSubRect( _JtJ, &_part, cvRect(0,0,NINTRINSIC,NINTRINSIC) );
1506 cvGetSubRect( _JtJ, &_part, cvRect(NINTRINSIC+i*6,NINTRINSIC+i*6,6,6) );
1509 cvGetSubRect( _JtJ, &_part, cvRect(NINTRINSIC+i*6,0,6,NINTRINSIC) );
2004 cvGetSubRect( JtJ, &_part, cvRect(0, 0, 6, 6) );
2007 cvGetSubRect( JtJ, &_part, cvRect(eofs, 0, 6, 6) );
2014 cvGetSubRect( JtJ, &_part, cvRect(eofs, eofs, 6, 6) );
2022 cvGetSubRect( JtJ, &_part, cvRect(iofs, iofs, NINTRINSIC, NINTRINSIC) );
2024 cvGetSubRect( JtJ, &_part, cvRect(iofs, eofs, NINTRINSIC, 6) );
2028 cvGetSubRect( JtJ, &_part, cvRect(iofs, 0, NINTRINSIC, 6) );
/external/opencv3/modules/calib3d/test/
H A Dtest_fundam.cpp168 cvGetSubRect( &_dm1dm2, &_dm1dm2_part, cvRect(0,12,3,9) );
183 cvGetSubRect( &_dRdm1, &_dRdm1_part, cvRect(3,0,9,9) );
186 cvGetSubRect( &_dRdm1, &_dRdm1_part, cvRect(12,0,9,9) );
/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/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h357 CVAPI(CvMat*) cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect );
358 #define cvGetSubArr cvGetSubRect
/external/opencv/cxcore/src/
H A Dcxarray.cpp1464 cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect ) function
/external/opencv3/modules/core/src/
H A Darray.cpp1256 cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect ) function

Completed in 1004 milliseconds