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

  /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...]

Completed in 172 milliseconds