Searched refs:iofs (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/imgproc/test/
H A Dtest_floodfill.cpp232 int mofs, iofs; member in struct:ff_offset_pair_t
284 p0.iofs = seed_pt.y*step + seed_pt.x*cn;
318 s0 = img[p0.iofs];
329 float* ptr = img + p0.iofs;
343 p.iofs = p0.iofs + id;
358 s0 = img[p0.iofs];
359 s1 = img[p0.iofs + 1];
360 s2 = img[p0.iofs + 2];
374 float* ptr = img + p0.iofs;
[all...]
/external/opencv/cv/src/
H A Dcvsegmentation.cpp115 #define ws_push(idx,mofs,iofs) \
123 node->img_ofs = iofs; \
131 #define ws_pop(idx,mofs,iofs) \
140 iofs = node->img_ofs; \
241 int mofs, iofs; local
256 ws_pop( active_queue, mofs, iofs );
259 ptr = img + iofs;
288 ws_push( t, mofs - 1, iofs - 3 );
295 ws_push( t, mofs + 1, iofs + 3 );
302 ws_push( t, mofs - mstep, iofs
[all...]
H A Dcvcalibration.cpp2148 int iofs = (nimages+1)*6 + k*NINTRINSIC, eofs = (i+1)*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) );
2204 cvGetRows( JtErr, &_part, iofs, iofs + NINTRINSIC );
/external/opencv3/modules/imgproc/src/
H A Dsegmentation.cpp118 // Create a new node with offsets mofs and iofs in queue idx
119 #define ws_push(idx,mofs,iofs) \
127 storage[node].img_ofs = iofs; \
136 #define ws_pop(idx,mofs,iofs) \
145 iofs = storage[node].img_ofs; \
239 int mofs, iofs; local
257 ws_pop( active_queue, mofs, iofs );
261 ptr = img + iofs;
297 ws_push( t, mofs - 1, iofs - 3 );
304 ws_push( t, mofs + 1, iofs
[all...]
/external/opencv3/modules/calib3d/src/
H A Dcalibration.cpp1975 int iofs = (nimages+1)*6 + k*NINTRINSIC, eofs = (i+1)*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) );
2031 cvGetRows( JtErr, &_part, iofs, iofs + NINTRINSIC );

Completed in 78 milliseconds