Home
last modified time | relevance | path

Searched refs:TG22 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/src/opencl/
Dcanny.cl46 #define TG22 0.4142135623730950488016887242097f
224 int a = (y / (float)x) * TG22;
345 int a = (y / (float)x) * TG22;
365 #undef TG22
/external/opencv/cv/src/
Dcvcanny.cpp233 #define TG22 (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5) in cvCanny() macro
244 int tg22x = x * TG22; in cvCanny()
/external/opencv3/modules/imgproc/src/
Dcanny.cpp472 const int TG22 = (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5); in operator ()() local
483 int tg22x = x * TG22; in operator ()()
875 const int TG22 = (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5); in Canny() local
886 int tg22x = x * TG22; in Canny()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu172 const int TG22 = (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5); in calcMapKernel() local
196 const int tg22x = dxVal * TG22; in calcMapKernel()