OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIST_L2
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/shape/include/opencv2/shape/
hist_cost.hpp
79
createNormHistogramCostExtractor(int flag=
DIST_L2
, int nDummies=25, float defaultCost=0.2f);
91
createEMDHistogramCostExtractor(int flag=
DIST_L2
, int nDummies=25, float defaultCost=0.2f);
/external/opencv3/samples/cpp/
distrans.cpp
36
int distType = voronoiType >= 0 ?
DIST_L2
: distType0;
148
distType0 =
DIST_L2
;
172
distType0 =
DIST_L2
;
/external/opencv3/samples/python2/
distrans.py
42
dist, labels = cv2.distanceTransformWithLabels(~mark, cv2.
DIST_L2
, 5)
/external/opencv3/modules/imgproc/perf/
perf_distanceTransform.cpp
33
CV_ENUM(DistanceType, DIST_L1,
DIST_L2
, DIST_C)
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
291
DIST_L2
= 2, //!< the simple euclidean distance
[
all
...]
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
141
DIST_L2
= 2,
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 354 milliseconds