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