/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/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
imageSegmentation.cpp | 84 distanceTransform(bw, dist, CV_DIST_L2, 3);
|
/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;
|
test_imgwarp.cpp | [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...] |
/external/opencv3/modules/imgproc/src/ |
linefit.cpp | 332 case CV_DIST_L2: 470 case CV_DIST_L2:
|
distransform.cpp | 737 else if( distType == CV_DIST_L2 && need_labels ) 774 CV_Assert( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 );
|
emd.cpp | 238 case CV_DIST_L2: [all...] |
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
types_c.h | 559 CV_DIST_L2 =2, /**< the simple euclidean distance */
|
imgproc_c.h | [all...] |
/external/opencv3/modules/imgproc/misc/java/test/ |
ImgprocTest.java | 639 Imgproc.distanceTransformWithLabels(gray128, dst, labels, Imgproc.CV_DIST_L2, 3); [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | 106 CV_DIST_L2 = 2, [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |