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

  /external/opencv/cv/include/
cvtypes.h 206 #define CV_DIST_L1 1 /* distance = |x1-x2| + |y1-y2| */
  /external/opencv/cv/src/
cvdistransform.cpp 728 (CV_MAT_TYPE(dst->type) != CV_8UC1 || distType != CV_DIST_L1 || labels)) )
739 if( distType == CV_DIST_C || distType == CV_DIST_L1 )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
767 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask );
cvlinefit.cpp 361 case CV_DIST_L1:
510 case CV_DIST_L1:
cvemd.cpp 241 case CV_DIST_L1:
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 258 milliseconds