HomeSort by relevance Sort by last modified time
    Searched refs:magstep2 (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvcanny.cpp 171 int magstep1, magstep2; local
217 magstep2 = (int)(mag_buf[0] - mag_buf[1]);
265 if( m > _mag[j+magstep2] && m >= _mag[j+magstep1] )
280 if( m > _mag[j+magstep2-s] && m > _mag[j+magstep1+s] )
  /external/opencv3/modules/imgproc/src/
canny.cpp 450 ptrdiff_t magstep2 = mag_buf[0] - mag_buf[1]; local
494 if (m > _mag[j+magstep2] && m >= _mag[j+magstep1]) canny_push = true;
499 if (m > _mag[j+magstep2-s] && m > _mag[j+magstep1+s]) canny_push = true;
857 ptrdiff_t magstep2 = mag_buf[0] - mag_buf[1]; local
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 113 milliseconds