|
Open3D (C++ API)
0.19.0
|
Functions | |
| std::tuple< int, core::Tensor > | PCAPartition (core::Tensor &points, int max_points) |
| std::tuple< int, core::Tensor > open3d::t::geometry::kernel::pcapartition::PCAPartition | ( | core::Tensor & | points, |
| int | max_points | ||
| ) |
Partition the point cloud by recursively doing PCA.
| points | Points tensor with shape (N,3). |
| max_points | The maximum allowed number of points in a partition. |