Package cz.fidentis.analyst.engines.sampling.impl
package cz.fidentis.analyst.engines.sampling.impl
-
ClassDescriptionA relevance-based point sampling using the highest curvature (see this paper).Curvature algorithm used for the selection of the top X significant points.No point sampling.An abstract class for point sampling methods.This downsampling algorithm evenly distributes samples over the mesh surface while preserving at least a minimal distance d between samples.Represents uncovered region of plane, octree nodeThis implementation overrides
PoissonDiskSubSampling
sample generation to use GPU-based Ray Casting algorithm implemented in OpenCl.Random sampling when vertices are selected randomly.This downsampling algorithm divides the space uniformly using 3D grid.Similar downsampling strategy to theUniformSpaceSampling
.