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

  /external/opencv/cv/include/
cvtypes.h 207 #define CV_DIST_L2 2 /* the simple euclidean distance */
cv.h     [all...]
cvcompat.h 800 int dims, int dist_type CV_DEFAULT(CV_DIST_L2),
    [all...]
  /external/opencv/cv/src/
cvlinefit.cpp 358 case CV_DIST_L2:
507 case CV_DIST_L2:
cvdistransform.cpp 741 else if( distType == CV_DIST_L2 && labels )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
cvemd.cpp 244 case CV_DIST_L2:
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 106 milliseconds