OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_DIST_L2
(Results
1 - 6
of
6
) 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
...]
Completed in 56 milliseconds