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

  /external/opencv3/samples/cpp/
distrans.cpp 14 int distType0 = DIST_L1;
146 distType0 = DIST_L1;
170 distType0 = DIST_L1;
171 else if( distType0 == DIST_L1 )
  /external/opencv3/modules/imgproc/perf/
perf_distanceTransform.cpp 33 CV_ENUM(DistanceType, DIST_L1, DIST_L2 , DIST_C)
  /external/opencv3/modules/stitching/src/
blenders.cpp 544 distanceTransform(mask, weight, DIST_L1, 3);
seam_finders.cpp 147 distanceTransform(unique1 == 0, dist1, DIST_L1, 3);
148 distanceTransform(unique2 == 0, dist2, DIST_L1, 3);
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 290 DIST_L1 = 1, //!< distance = |x1-x2| + |y1-y2|
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 140 DIST_L1 = 1,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 145 milliseconds