|
Open3D (C++ API)
|
#include "Open3D/Geometry/Qhull.h"#include "Open3D/Geometry/TriangleMesh.h"#include "libqhullcpp/PointCoordinates.h"#include "libqhullcpp/Qhull.h"#include "libqhullcpp/QhullFacet.h"#include "libqhullcpp/QhullFacetList.h"#include "libqhullcpp/QhullVertexSet.h"Namespaces | |
| open3d | |
| open3d::geometry | |
Functions | |
| std::shared_ptr< TriangleMesh > | open3d::geometry::ComputeConvexHull (const std::vector< Eigen::Vector3d > &points) |
1.8.13