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

  /external/opencv/cv/src/
cvcanny.cpp 244 int tg22x = x * TG22; local
245 int tg67x = tg22x + ((x + x) << CANNY_SHIFT);
249 if( y < tg22x )
  /external/opencv3/modules/cudaimgproc/src/cuda/
canny.cu 196 const int tg22x = dxVal * TG22;
197 const int tg67x = tg22x + ((dxVal + dxVal) << CANNY_SHIFT);
201 if (dyVal < tg22x)
  /external/opencv3/modules/imgproc/src/
canny.cpp 483 int tg22x = x * TG22; local
485 if (y < tg22x)
491 int tg67x = tg22x + (x << (CANNY_SHIFT+1));
886 int tg22x = x * TG22; local
    [all...]

Completed in 563 milliseconds