HomeSort by relevance Sort by last modified time
    Searched defs:L2gradient (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
canny.cpp 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
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 74 milliseconds