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

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

Completed in 150 milliseconds