Home
last modified time | relevance | path

Searched refs:iofs (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvsegmentation.cpp115 #define ws_push(idx,mofs,iofs) \ in cvWatershed() argument
123 node->img_ofs = iofs; \ in cvWatershed()
131 #define ws_pop(idx,mofs,iofs) \ in cvWatershed() argument
140 iofs = node->img_ofs; \ in cvWatershed()
241 int mofs, iofs; in cvWatershed() local
256 ws_pop( active_queue, mofs, iofs ); in cvWatershed()
259 ptr = img + iofs; in cvWatershed()
288 ws_push( t, mofs - 1, iofs - 3 ); in cvWatershed()
295 ws_push( t, mofs + 1, iofs + 3 ); in cvWatershed()
302 ws_push( t, mofs - mstep, iofs - istep ); in cvWatershed()
[all …]
Dcvcalibration.cpp2148 int iofs = (nimages+1)*6 + k*NINTRINSIC, eofs = (i+1)*6; in cvStereoCalibrate() local
2195 cvGetSubRect( JtJ, &_part, cvRect(iofs, iofs, NINTRINSIC, NINTRINSIC) ); in cvStereoCalibrate()
2197 cvGetSubRect( JtJ, &_part, cvRect(iofs, eofs, NINTRINSIC, 6) ); in cvStereoCalibrate()
2201 cvGetSubRect( JtJ, &_part, cvRect(iofs, 0, NINTRINSIC, 6) ); in cvStereoCalibrate()
2204 cvGetRows( JtErr, &_part, iofs, iofs + NINTRINSIC ); in cvStereoCalibrate()