![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
This is the complete list of members for cloudViewer::CloudSamplingTools, including all inherited members.
| applyNoiseFilterAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr) | cloudViewer::CloudSamplingTools | protectedstatic |
| applySORFilterAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr) | cloudViewer::CloudSamplingTools | protectedstatic |
| CELL_CENTER enum value | cloudViewer::CloudSamplingTools | |
| CELL_GRAVITY_CENTER enum value | cloudViewer::CloudSamplingTools | |
| NEAREST_POINT_TO_CELL_CENTER enum value | cloudViewer::CloudSamplingTools | |
| noiseFilter(GenericIndexedCloudPersist *cloud, PointCoordinateType kernelRadius, double nSigma, bool removeIsolatedPoints=false, bool useKnn=false, int knn=6, bool useAbsoluteError=true, double absoluteError=0.0, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr) | cloudViewer::CloudSamplingTools | static |
| RANDOM_POINT enum value | cloudViewer::CloudSamplingTools | |
| resampleCellAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr) | cloudViewer::CloudSamplingTools | protectedstatic |
| resampleCloudSpatially(GenericIndexedCloudPersist *cloud, PointCoordinateType minDistance, const SFModulationParams &modParams, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr) | cloudViewer::CloudSamplingTools | static |
| resampleCloudWithOctree(GenericIndexedCloudPersist *cloud, int newNumberOfPoints, RESAMPLING_CELL_METHOD resamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr) | cloudViewer::CloudSamplingTools | static |
| resampleCloudWithOctreeAtLevel(GenericIndexedCloudPersist *cloud, unsigned char octreeLevel, RESAMPLING_CELL_METHOD resamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr) | cloudViewer::CloudSamplingTools | static |
| RESAMPLING_CELL_METHOD enum name | cloudViewer::CloudSamplingTools | |
| sorFilter(GenericIndexedCloudPersist *cloud, int knn=6, double nSigma=1.0, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr) | cloudViewer::CloudSamplingTools | static |
| subsampleCellAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr) | cloudViewer::CloudSamplingTools | protectedstatic |
| subsampleCloudRandomly(GenericIndexedCloudPersist *cloud, unsigned newNumberOfPoints, GenericProgressCallback *progressCb=nullptr) | cloudViewer::CloudSamplingTools | static |
| subsampleCloudWithOctree(GenericIndexedCloudPersist *cloud, int newNumberOfPoints, SUBSAMPLING_CELL_METHOD subsamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr) | cloudViewer::CloudSamplingTools | static |
| subsampleCloudWithOctreeAtLevel(GenericIndexedCloudPersist *cloud, unsigned char octreeLevel, SUBSAMPLING_CELL_METHOD subsamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr) | cloudViewer::CloudSamplingTools | static |
| SUBSAMPLING_CELL_METHOD enum name | cloudViewer::CloudSamplingTools | |
| UniformDownSample(GenericIndexedCloudPersist *cloud, unsigned every_k_points) | cloudViewer::CloudSamplingTools | static |