Home
last modified time | relevance | path

Searched refs:dist_min (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/closest_feature/
Dpoint_to_range.hpp52 Distance& dist_min) in apply() argument
63 dist_min = strategy.apply(point, *first, *first); in apply()
68 dist_min = strategy.apply(point, *prev, *it); in apply()
80 dist_min = zero; in apply()
85 else if (dist < dist_min) in apply()
87 dist_min = dist; in apply()
104 Distance& dist_min) in apply() argument
107 apply(point, first, last, strategy, it_min1, it_min2, dist_min); in apply()
122 >::type dist_min; in apply() local
124 return apply(point, first, last, strategy, dist_min); in apply()
[all …]
Dgeometry_to_range.hpp49 Distance& dist_min) in apply() argument
57 dist_min = dispatch::distance in apply()
76 dist_min = dist; in apply()
80 else if (dist < dist_min) in apply()
82 dist_min = dist; in apply()
100 Distance& dist_min) in apply() argument
103 apply(geometry, first, last, strategy, it_min, dist_min); in apply()
131 >::type dist_min; in apply() local
133 return apply(geometry, first, last, strategy, dist_min); in apply()
Drange_to_range.hpp55 Distance& dist_min) in apply() argument
71 dist_min = zero; in apply()
105 if (first || dist < dist_min) in apply()
107 dist_min = dist; in apply()
110 if ( math::equals(dist_min, zero) ) in apply()
145 Distance& dist_min) in apply() argument
156 strategy, rtree_min, qit_min, dist_min); in apply()
193 >::type dist_min; in apply() local
196 strategy, dist_min); in apply()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttemplatematch.cpp292 double dist_min = 0, dist_max = 0; in gst_template_match_match() local
295 minMaxLoc (dist_image, &dist_min, &dist_max, &min_pos, &max_pos); in gst_template_match_match()
297 *best_res = dist_min; in gst_template_match_match()