Home
last modified time | relevance | path

Searched refs:convex_hull (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dports/misc/openmvg/openMVG-2.0/src/openMVG/geometry/
H A Dconvex_hull_test.cpp26 Polygon2d convex_hull; in TEST() local
27 EXPECT_TRUE(ComputeConvexHull(point_cloud, convex_hull)); in TEST()
28 EXPECT_TRUE(convex_hull.empty()); in TEST()
48 Polygon2d convex_hull; in TEST() local
49 EXPECT_TRUE(ComputeConvexHull(point_cloud, convex_hull)); in TEST()
50 EXPECT_EQ(1, convex_hull.size()); // Equal to the existing point in TEST()
53 EXPECT_TRUE(ConvexPolygonArea(convex_hull, area)); in TEST()
74 Polygon2d convex_hull; in TEST() local
75 EXPECT_TRUE(ComputeConvexHull(point_cloud, convex_hull)); in TEST()
76 EXPECT_TRUE(!convex_hull.empty()); in TEST()
[all …]
H A Dconvex_hull.cpp97 Polygon2d & convex_hull in ComputeConvexHull() argument
100 convex_hull.clear(); in ComputeConvexHull()
107 convex_hull = point_cloud; in ComputeConvexHull()
120 convex_hull.resize(2 * point_cloud.size()); in ComputeConvexHull()
127 util::CrossProductSign(convex_hull[k-2], in ComputeConvexHull()
128 convex_hull[k-1], in ComputeConvexHull()
133 convex_hull[k++] = point_cloud[i]; in ComputeConvexHull()
140 util::CrossProductSign(convex_hull[k-2], in ComputeConvexHull()
141 convex_hull[k-1], in ComputeConvexHull()
146 convex_hull[k++] = point_cloud[i]; in ComputeConvexHull()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/convex_hull/
H A Dinterface.hpp66 namespace detail { namespace convex_hull namespace
203 struct convex_hull struct
211 detail::convex_hull::graham_andrew in apply()
222 struct convex_hull<Box, box_tag> struct
274 detail::convex_hull::graham_andrew in apply()
357 detail::convex_hull::output_polygonal_less
362 detail::convex_hull::output_linear_less
497 struct convex_hull struct
509 struct convex_hull<default_strategy> struct
532 struct convex_hull struct
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull
109 struct convex_hull
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag>
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull
210 struct convex_hull
302 inline void convex_hull(Geometry const& geometry,
327 inline void convex_hull(Geometry const& geometry,
330 geometry::convex_hull(geometry, hull, default_strategy());
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/
H A Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
110 : detail::convex_hull::hull_to_geometry
114 struct convex_hull<Box, box_tag> struct
140 : detail::convex_hull::hull_insert<Order, Closure>
150 struct convex_hull struct
210 struct convex_hull struct
302 inline void convex_hull(Geometry const& geometry, in convex_hull() function
327 inline void convex_hull(Geometry const& geometry, in convex_hull() function
330 geometry::convex_hull(geometry, hull, default_strategy()); in convex_hull()
[all …]
/dports/math/polymake/polymake-4.5/bundled/cdd/apps/polytope/rules/
H A Drational.rules21 rule cdd.convex_hull.primal: FACETS, LINEAR_SPAN : RAYS | INPUT_RAYS {
28 rule cdd.convex_hull.dual: RAYS, LINEALITY_SPACE, POINTED, LINEALITY_DIM : FACETS | INEQUALITIES {
35 rule cdd.convex_hull.canon: POINTED, RAYS, LINEALITY_SPACE : INPUT_RAYS {
41 rule cdd.convex_hull.lineality: LINEALITY_SPACE, POINTED : INPUT_RAYS {
46 rule cdd.convex_hull.redund: RAYS, RAY_SEPARATORS, LINEALITY_SPACE : INPUT_RAYS {
53 rule cdd.convex_hull.separators: RAY_SEPARATORS : RAYS {
59 rule cdd.convex_hull.canon : FACETS, LINEAR_SPAN : INEQUALITIES {
65 rule cdd.convex_hull.linear_span : LINEAR_SPAN : INEQUALITIES {
73 # rule cdd.convex_hull.redund: FACETS, FACET_CERTIFICATES : INEQUALITIES { # lookup EQUATIONS
80 # rule cdd.convex_hull.facet_certificates: FACET_CERTIFICATES : FACETS {
H A Dfloat.rules19 rule cdd.convex_hull.primal: FACETS, LINEAR_SPAN : RAYS | INPUT_RAYS {
26 rule cdd.convex_hull.dual: RAYS, LINEALITY_SPACE, POINTED, LINEALITY_DIM : FACETS | INEQUALITIES {
33 rule cdd.convex_hull.canon: POINTED, RAYS, LINEALITY_SPACE : INPUT_RAYS {
39 rule cdd.convex_hull.lineality: LINEALITY_SPACE, POINTED : INPUT_RAYS {
44 rule cdd.convex_hull.redund: RAYS, RAY_SEPARATORS, LINEALITY_SPACE : INPUT_RAYS {
51 rule cdd.convex_hull.separators: RAY_SEPARATORS : RAYS {
57 rule cdd.convex_hull.canon : FACETS, LINEAR_SPAN : INEQUALITIES {
63 rule cdd.convex_hull.linear_span : LINEAR_SPAN : INEQUALITIES {
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/algorithms/
H A Dconvex_hull.hpp37 namespace detail { namespace convex_hull namespace
106 struct convex_hull struct
107 : detail::convex_hull::hull_to_geometry<Geometry, Output, Strategy>
118 : detail::convex_hull::hull_insert<GeometryIn, Order, Strategy>
127 inline void convex_hull(Geometry1 const& geometry, in convex_hull() function
139 dispatch::convex_hull in convex_hull()
161 inline void convex_hull(Geometry1 const& geometry, in convex_hull() function
179 convex_hull(geometry, hull, strategy_type()); in convex_hull()
183 namespace detail { namespace convex_hull namespace
/dports/math/polymake/polymake-4.5/bundled/lrs/apps/polytope/rules/
H A Dlrs_ch.rules20 rule lrs.convex_hull.primal: FACETS, LINEAR_SPAN : RAYS | INPUT_RAYS {
27 rule lrs.convex_hull.dual: RAYS, LINEALITY_SPACE, POINTED, LINEALITY_DIM : FACETS | INEQUALITIES {
33 rule lrs.convex_hull.cone.count: N_RAYS, POINTED, LINEALITY_DIM : FACETS | INEQUALITIES {
42 rule lrs.convex_hull.redund: POINTED, RAYS, LINEAR_SPAN : INPUT_RAYS, LINEALITY_SPACE {
50 rule lrs.convex_hull.redund: FACETS, LINEALITY_SPACE : INEQUALITIES, LINEAR_SPAN {
60 rule lrs.convex_hull.cone.count: N_FACETS : RAYS | INPUT_RAYS {
73 rule lrs.convex_hull.count: N_FACETS : RAYS | INPUT_RAYS {
78 override : SUPER::lrs.convex_hull.cone.count;
80 rule lrs.convex_hull.count: N_VERTICES, N_BOUNDED_VERTICES, POINTED, LINEALITY_DIM : FACETS | INEQU…
85 override : SUPER::lrs.convex_hull.cone.count;
[all …]
/dports/math/p5-Math-ConvexHull/Math-ConvexHull-1.04/t/
H A D1-basic.t7 use Math::ConvexHull qw/convex_hull/;
10 my $t = convex_hull($start);
11 ok(1, 'convex_hull() did not complain');
25 'convex_hull returned correct result.'
35 my $res = convex_hull($from);
36 ok(@$res == @$to, "convex_hull returns correct number of points");
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/algo/
H A Dimesh_generate_mesh.cxx77 unsigned nch = convex_hull.size(); in imesh_generate_mesh_2d()
80 bb.add(convex_hull[i]); in imesh_generate_mesh_2d()
84 pindx.insert_point(convex_hull[i]); in imesh_generate_mesh_2d()
102 unsigned pi = pindx.vert_index(convex_hull[i]); in imesh_generate_mesh_2d()
103 in.pointlist[2*pi]=convex_hull[i].x(); in imesh_generate_mesh_2d()
104 in.pointlist[2*pi+1]=convex_hull[i].y(); in imesh_generate_mesh_2d()
180 unsigned nch = convex_hull.size(); in imesh_generate_mesh_2d_2()
183 bb.add(convex_hull[i]); in imesh_generate_mesh_2d_2()
187 pindx.insert_point(convex_hull[i]); in imesh_generate_mesh_2d_2()
210 in.pointlist[2*pi]=convex_hull[i].x(); in imesh_generate_mesh_2d_2()
[all …]
/dports/math/cgal/CGAL-5.3/demo/Bounding_volumes/
H A DBounding_volumes.cpp64 Polygon_2 convex_hull, min_rectangle, min_parallelogram; member in MainWindow
251 if(this->actionShowPCenter->isChecked() && convex_hull.size()>=3){ in update()
298 convex_hull.clear(); in update_from_points()
302 …CGAL::min_rectangle_2(convex_hull.vertices_begin(), convex_hull.vertices_end(), std::back_inserter… in update_from_points()
305 …CGAL::min_parallelogram_2(convex_hull.vertices_begin(), convex_hull.vertices_end(), std::back_inse… in update_from_points()
330 convex_hull.push_back(p); in processInput()
332 …CGAL::convex_hull_2(convex_hull.vertices_begin(), convex_hull.vertices_end(), std::back_inserter(t… in processInput()
333 convex_hull = tmp; in processInput()
336 …CGAL::min_rectangle_2(convex_hull.vertices_begin(), convex_hull.vertices_end(), std::back_inserter… in processInput()
339 …CGAL::min_parallelogram_2(convex_hull.vertices_begin(), convex_hull.vertices_end(), std::back_inse… in processInput()
[all …]

12345678910>>...22