OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_DIST_C
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/include/
cvtypes.h
208
#define
CV_DIST_C
3 /* distance = max(|x1-x2|,|y1-y2|) */
/external/opencv/cv/src/
cvdistransform.cpp
739
if( distType ==
CV_DIST_C
|| distType == CV_DIST_L1 )
764
if( distType ==
CV_DIST_C
|| distType == CV_DIST_L1 || distType == CV_DIST_L2 )
766
icvGetDistanceTransformMask( (distType ==
CV_DIST_C
? 0 :