Searched refs:CV_DIST_L2 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cv/include/
H A Dcvtypes.h207 #define CV_DIST_L2 2 /* the simple euclidean distance */ macro
H A Dcv.h934 int distance_type CV_DEFAULT(CV_DIST_L2),
H A Dcvcompat.h800 int dims, int dist_type CV_DEFAULT(CV_DIST_L2),
/external/opencv/cv/src/
H A Dcvlinefit.cpp358 case CV_DIST_L2:
507 case CV_DIST_L2:
H A Dcvdistransform.cpp741 else if( distType == CV_DIST_L2 && labels )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
H A Dcvemd.cpp244 case CV_DIST_L2:

Completed in 83 milliseconds