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

  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 232 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/
cvsegmentation.cpp 115 #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 - istep )
    [all...]
cvcalibration.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
segmentation.cpp 118 // 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 + 3 )
    [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]

Completed in 239 milliseconds