16 class GenericIndexedCloud;
17 class GenericIndexedCloudPersist;
18 class GenericIndexedMesh;
19 class GenericProgressCallback;
22 class ReferenceCloudPersist;
49 static PointCloud* resampleCloudWithOctreeAtLevel(
52 RESAMPLING_CELL_METHOD resamplingMethod,
72 int newNumberOfPoints,
73 RESAMPLING_CELL_METHOD resamplingMethod,
94 SUBSAMPLING_CELL_METHOD subsamplingMethod,
114 int newNumberOfPoints,
115 SUBSAMPLING_CELL_METHOD subsamplingMethod,
131 unsigned newNumberOfPoints,
135 unsigned every_k_points);
141 : enabled(state), a(0.0), b(1.0) {}
212 bool removeIsolatedPoints =
false,
215 bool useAbsoluteError =
true,
216 double absoluteError = 0.0,
234 void** additionalParameters,
249 void** additionalParameters,
259 static bool applyNoiseFilterAtLevel(
261 void** additionalParameters,
272 void** additionalParameters,
float PointCoordinateType
Type of the coordinates of a (N-D) point.
The octree structure used throughout the library.
A generic 3D point cloud with index-based and presistent access to points.
A generic 3D point cloud with index-based point access.
A very simple point cloud (no point duplication)
::ccPointCloud PointCloud
void UniformDownSample(benchmark::State &state, const core::Device &device, size_t k)
Generic file read and write utility for python interface.