ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::CloudSamplingTools Member List

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::CloudSamplingToolsprotectedstatic
applySORFilterAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)cloudViewer::CloudSamplingToolsprotectedstatic
CELL_CENTER enum valuecloudViewer::CloudSamplingTools
CELL_GRAVITY_CENTER enum valuecloudViewer::CloudSamplingTools
NEAREST_POINT_TO_CELL_CENTER enum valuecloudViewer::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::CloudSamplingToolsstatic
RANDOM_POINT enum valuecloudViewer::CloudSamplingTools
resampleCellAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)cloudViewer::CloudSamplingToolsprotectedstatic
resampleCloudSpatially(GenericIndexedCloudPersist *cloud, PointCoordinateType minDistance, const SFModulationParams &modParams, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr)cloudViewer::CloudSamplingToolsstatic
resampleCloudWithOctree(GenericIndexedCloudPersist *cloud, int newNumberOfPoints, RESAMPLING_CELL_METHOD resamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)cloudViewer::CloudSamplingToolsstatic
resampleCloudWithOctreeAtLevel(GenericIndexedCloudPersist *cloud, unsigned char octreeLevel, RESAMPLING_CELL_METHOD resamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)cloudViewer::CloudSamplingToolsstatic
RESAMPLING_CELL_METHOD enum namecloudViewer::CloudSamplingTools
sorFilter(GenericIndexedCloudPersist *cloud, int knn=6, double nSigma=1.0, DgmOctree *octree=nullptr, GenericProgressCallback *progressCb=nullptr)cloudViewer::CloudSamplingToolsstatic
subsampleCellAtLevel(const DgmOctree::octreeCell &cell, void **additionalParameters, NormalizedProgress *nProgress=nullptr)cloudViewer::CloudSamplingToolsprotectedstatic
subsampleCloudRandomly(GenericIndexedCloudPersist *cloud, unsigned newNumberOfPoints, GenericProgressCallback *progressCb=nullptr)cloudViewer::CloudSamplingToolsstatic
subsampleCloudWithOctree(GenericIndexedCloudPersist *cloud, int newNumberOfPoints, SUBSAMPLING_CELL_METHOD subsamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)cloudViewer::CloudSamplingToolsstatic
subsampleCloudWithOctreeAtLevel(GenericIndexedCloudPersist *cloud, unsigned char octreeLevel, SUBSAMPLING_CELL_METHOD subsamplingMethod, GenericProgressCallback *progressCb=nullptr, DgmOctree *inputOctree=nullptr)cloudViewer::CloudSamplingToolsstatic
SUBSAMPLING_CELL_METHOD enum namecloudViewer::CloudSamplingTools
UniformDownSample(GenericIndexedCloudPersist *cloud, unsigned every_k_points)cloudViewer::CloudSamplingToolsstatic