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

  /external/opencv3/modules/imgproc/perf/
perf_distanceTransform.cpp 33 CV_ENUM(DistanceType, DIST_L1, DIST_L2 , DIST_C)
38 typedef std::tr1::tuple<Size, DistanceType, MaskSize, DstType> SrcSize_DistType_MaskSize_DstType;
39 typedef std::tr1::tuple<Size, DistanceType, MaskSize, LabelType> SrcSize_DistType_MaskSize_LabelType;
46 DistanceType::all(),
53 int distanceType = get<1>(GetParam());
65 TEST_CYCLE() distanceTransform( src, dst, distanceType, maskSize, dstType);
75 DistanceType::all(),
82 int distanceType = get<1>(GetParam());
96 TEST_CYCLE() distanceTransform( src, dst, label, distanceType, maskSize, labelType);
  /external/opencv3/modules/imgproc/src/
distransform.cpp 849 int distanceType, int maskSize, int dstType)
851 if (distanceType == CV_DIST_L1 && dstType==CV_8U)
854 distanceTransform(_src, _dst, noArray(), distanceType, maskSize, DIST_LABEL_PIXEL);
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1635 milliseconds