Home
last modified time | relevance | path

Searched defs:box1 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras_box_box.hpp115 apply(Box1 const& box1, Box2 const& box2) in apply()
182 apply(Box1 const& box1, Box2 const& box2) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dintersection_content.hpp25 inline typename default_content_result<Box>::type intersection_content(Box const& box1, Box const& … in intersection_content()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py26 def IntersectBBox(box1, box2): argument
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py51 def IntersectBBox(box1, box2): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dbox_box.hpp156 inline bool disjoint_box_box(Box1 const& box1, Box2 const& box2) in disjoint_box_box()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp224 mapbox::geometry::box<T> box1({ 0, 0 }, { 0, 0 }); in correct_self_intersection() local
646 mapbox::geometry::box<T> box1({ 0, 0 }, { 0, 0 }); in process_single_intersection() local
H A Dring_util.hpp822 bool box2_contains_box1(mapbox::geometry::box<T> const& box1, in box2_contains_box1()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dredistribute_elements.hpp144 … Box box1 = rtree::elements_box<Box>(elements_copy.begin(), elements_copy.begin() + i, translator); in apply() local