Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsegmentation.cpp115 #define ws_push(idx,mofs,iofs) \ in cvWatershed() macro
219 ws_push( idx, i*mstep + j, i*istep + j*3 ); 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()
309 ws_push( t, mofs + mstep, iofs + istep ); in cvWatershed()
/external/opencv3/modules/imgproc/src/
Dsegmentation.cpp119 #define ws_push(idx,mofs,iofs) \ in watershed() macro
217 ws_push( idx, i*mstep + j, i*istep + j*3 ); in watershed()
297 ws_push( t, mofs - 1, iofs - 3 ); in watershed()
304 ws_push( t, mofs + 1, iofs + 3 ); in watershed()
311 ws_push( t, mofs - mstep, iofs - istep ); in watershed()
318 ws_push( t, mofs + mstep, iofs + istep ); in watershed()