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

  /external/opencv3/modules/imgproc/test/
test_distancetransform.cpp 100 dist_type = dist_type == 0 ? CV_DIST_C : dist_type == 1 ? CV_DIST_L1 : CV_DIST_L2;
113 return dist_type == CV_DIST_C || dist_type == CV_DIST_L1 ? 0 : 0.01*MAX(sz.width, sz.height);
169 else if( dist_type == CV_DIST_C )
test_convhull.cpp     [all...]
  /external/opencv/cv/include/
cvtypes.h 208 #define CV_DIST_C 3 /* distance = max(|x1-x2|,|y1-y2|) */
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 560 CV_DIST_C =3, /**< distance = max(|x1-x2|,|y1-y2|) */
  /external/opencv/cv/src/
cvdistransform.cpp 739 if( distType == CV_DIST_C || distType == CV_DIST_L1 )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
766 icvGetDistanceTransformMask( (distType == CV_DIST_C ? 0 :
cvemd.cpp 247 case CV_DIST_C:
    [all...]
  /external/opencv3/modules/imgproc/src/
distransform.cpp 735 if( distType == CV_DIST_C || distType == CV_DIST_L1 )
774 CV_Assert( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 );
776 getDistanceTransformMask( (distType == CV_DIST_C ? 0 :
emd.cpp 241 case CV_DIST_C:
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 107 CV_DIST_C = 3,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 4321 milliseconds