Home
last modified time | relevance | path

Searched refs:ws_push (Results 1 – 1 of 1) 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()