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 - 11
of
11
) sorted by null
/external/opencv3/modules/imgproc/test/
test_distancetransform.cpp
100
dist_type = dist_type == 0 ? CV_DIST_C : dist_type == 1 ?
CV_DIST_L1
: CV_DIST_L2;
113
return dist_type == CV_DIST_C || dist_type ==
CV_DIST_L1
? 0 : 0.01*MAX(sz.width, sz.height);
174
else if( dist_type ==
CV_DIST_L1
)
/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
...]
/external/opencv3/modules/imgproc/src/
distransform.cpp
735
if( distType == CV_DIST_C || distType ==
CV_DIST_L1
)
774
CV_Assert( distType == CV_DIST_C || distType ==
CV_DIST_L1
|| distType == CV_DIST_L2 );
777
distType ==
CV_DIST_L1
? 1 : 2) + maskSize*10, _mask );
851
if (distanceType ==
CV_DIST_L1
&& dstType==CV_8U)
linefit.cpp
335
case
CV_DIST_L1
:
473
case
CV_DIST_L1
:
emd.cpp
235
case
CV_DIST_L1
:
[
all
...]
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h
558
CV_DIST_L1
=1, /**< distance = |x1-x2| + |y1-y2| */
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
105
CV_DIST_L1
= 1,
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 5847 milliseconds