Home | History | Annotate | Download | only in src

Lines Matching defs:L2gradient

99                       int aperture_size, bool L2gradient, int cn, const Size & size)
119 if (L2gradient)
147 L2gradient ? " -D L2GRAD" : ""));
177 cn, lSizeX, lSizeY, L2gradient ? " -D L2GRAD" : ""));
244 aperture_size(_aperture_size), L2gradient(_L2gradient)
354 if (!L2gradient)
573 bool L2gradient;
582 int aperture_size, bool L2gradient )
590 if (!L2gradient && (aperture_size & CV_CANNY_L2_GRADIENT) == CV_CANNY_L2_GRADIENT)
594 L2gradient = true;
604 ocl_Canny(_src, _dst, (float)low_thresh, (float)high_thresh, aperture_size, L2gradient, cn, size))
609 if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient))
616 if( aperture_size == 3 && !L2gradient && 1 == cn )
630 if (L2gradient)
666 g.run(tbbCanny(Range(i * grainSize, (i + 1) * grainSize), src, map, low, high, aperture_size, L2gradient));
668 g.run(tbbCanny(Range(i * grainSize, src.rows), src, map, low, high, aperture_size, L2gradient));
697 if (L2gradient)
758 if (!L2gradient)