OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:distType
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/flann/include/opencv2/flann/
miniflann.hpp
132
CV_WRAP Index(InputArray features, const IndexParams& params, cvflann::flann_distance_t
distType
=cvflann::FLANN_DIST_L2);
135
CV_WRAP virtual void build(InputArray features, const IndexParams& params, cvflann::flann_distance_t
distType
=cvflann::FLANN_DIST_L2);
150
cvflann::flann_distance_t
distType
;
/external/opencv3/modules/features2d/test/ocl/
test_brute_force_matcher.cpp
61
int
distType
;
72
distType
= GET_PARAM(0);
120
BFMatcher matcher(
distType
);
146
BFMatcher matcher(
distType
);
182
BFMatcher matcher(
distType
);
/external/opencv3/samples/cpp/
distrans.cpp
36
int
distType
= voronoiType >= 0 ? DIST_L2 : distType0;
41
distanceTransform( edge, dist,
distType
, maskSize );
43
distanceTransform( edge, dist, labels,
distType
, maskSize, voronoiType );
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 681 milliseconds