Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsegmentation.cpp88 const int IN_QUEUE = -2; in cvWatershed() local
220 m[0] = IN_QUEUE; in cvWatershed()
290 m[-1] = IN_QUEUE; in cvWatershed()
297 m[1] = IN_QUEUE; in cvWatershed()
304 m[-mstep] = IN_QUEUE; in cvWatershed()
311 m[mstep] = IN_QUEUE; in cvWatershed()
/external/opencv3/modules/imgproc/src/
Dsegmentation.cpp91 const int IN_QUEUE = -2; // Pixel visited in watershed() local
218 m[0] = IN_QUEUE; in watershed()
299 m[-1] = IN_QUEUE; in watershed()
306 m[1] = IN_QUEUE; in watershed()
313 m[-mstep] = IN_QUEUE; in watershed()
320 m[mstep] = IN_QUEUE; in watershed()