Searched refs:CANNY_PUSH (Results 1 – 2 of 2) sorted by relevance
153 #define CANNY_PUSH(d) *(d) = (uchar)2, *stack_top++ = (d) in cvCanny() macro255 CANNY_PUSH( _map + j ); in cvCanny()269 CANNY_PUSH( _map + j ); in cvCanny()284 CANNY_PUSH( _map + j ); in cvCanny()322 CANNY_PUSH( m - 1 ); in cvCanny()324 CANNY_PUSH( m + 1 ); in cvCanny()326 CANNY_PUSH( m - mapstep - 1 ); in cvCanny()328 CANNY_PUSH( m - mapstep ); in cvCanny()330 CANNY_PUSH( m - mapstep + 1 ); in cvCanny()332 CANNY_PUSH( m + mapstep - 1 ); in cvCanny()[all …]
464 #define CANNY_PUSH(d) *(d) = uchar(2), *stack_top++ = (d) in operator ()() macro515 CANNY_PUSH(_map + j); in operator ()()555 if (!m[-1]) CANNY_PUSH(m - 1); in operator ()()556 if (!m[1]) CANNY_PUSH(m + 1); in operator ()()557 if (!m[-mapstep-1]) CANNY_PUSH(m - mapstep - 1); in operator ()()558 if (!m[-mapstep]) CANNY_PUSH(m - mapstep); in operator ()()559 if (!m[-mapstep+1]) CANNY_PUSH(m - mapstep + 1); in operator ()()560 if (!m[mapstep-1]) CANNY_PUSH(m + mapstep - 1); in operator ()()561 if (!m[mapstep]) CANNY_PUSH(m + mapstep); in operator ()()562 if (!m[mapstep+1]) CANNY_PUSH(m + mapstep + 1); in operator ()()[all …]