Subsampling. Filter points beyond a maximum distance measured on a specific axis. ...
::CutAtDescriptorThresholdDataPointsFilter< T > CutAtDescriptorThresholdDataPointsFilter
Subsampling. Filter points based on distance measured on a specific axis.
const PointMatcher< float > & _getPM< float >()
::IdentityDataPointsFilter< T > IdentityDataPointsFilter
::RemoveSensorBiasDataPointsFilter< T > RemoveSensorBiasDataPointsFilter
::RemoveNaNDataPointsFilter< T > RemoveNaNDataPointsFilter
The logger interface, used to output warnings and informations.
IdentityDataPointsFilter, does nothing.
::PointToPlaneErrorMinimizer< T > PointToPlaneErrorMinimizer
::MaxPointCountDataPointsFilter< T > MaxPointCountDataPointsFilter
::SimpleSensorNoiseDataPointsFilter< T > SimpleSensorNoiseDataPointsFilter
::SpectralDecompositionDataPointsFilter< T > SpectralDecompositionDataPointsFilter
Remove points having NaN as coordinate.
::MaxQuantileOnAxisDataPointsFilter< T > MaxQuantileOnAxisDataPointsFilter
PointMatcher< float > _PointMatcherFloat
::MaxDistDataPointsFilter< T > MaxDistDataPointsFilter
Maximum number of points.
Shadow filter, remove ghost points appearing on edges.
::ShadowDataPointsFilter< T > ShadowDataPointsFilter
An error minimizer will compute a transformation matrix such as to minimize the error between the rea...
PointMatcher()
Constructor, populates the registrars.
Subsampling. Cut points with value of a given descriptor above or below a given threshold.
PointMatcher< double > _PointMatcherDouble
::NormalSpaceDataPointsFilter< T > NormalSpaceDataPointsFilter
Sick LMS-xxx noise model.
::SphericalityDataPointsFilter< T > SphericalityDataPointsFilter
Functions and classes that are not dependant on scalar type are defined in this namespace.
::BoundingBoxDataPointsFilter< T > BoundingBoxDataPointsFilter
Sampling surface normals. First decimate the space until there is at most knn points, then find the center of mass and use the points to estimate nromal using eigen-decomposition.
static const PointMatcher & get()
Return instances.
::SurfaceNormalDataPointsFilter< T > SurfaceNormalDataPointsFilter
::DistanceLimitDataPointsFilter< T > DistanceLimitDataPointsFilter
#define ADD_TO_REGISTRAR(name, elementName, element)
::RandomSamplingDataPointsFilter< T > RandomSamplingDataPointsFilter
Data Filter based on Octree representation.
::OctreeGridDataPointsFilter< T > OctreeGridDataPointsFilter
#define ADD_TO_REGISTRAR_NO_PARAM(name, elementName, element)
const PointMatcher< T > & _getPM()
::CovarianceSamplingDataPointsFilter< T > CovarianceSamplingDataPointsFilter
PM::TransformationChecker TransformationChecker
const PointMatcher< double > & _getPM< double >()
::SaliencyDataPointsFilter< T > SaliencyDataPointsFilter
::IncidenceAngleDataPointsFilter< T > IncidenceAngleDataPointsFilter
Gestalt descriptors filter as described in Bosse & Zlot ICRA 2013.
::PointToPlaneWithCovErrorMinimizer< T > PointToPlaneWithCovErrorMinimizer
::PointToPointSimilarityErrorMinimizer< T > PointToPointSimilarityErrorMinimizer
::IdentityErrorMinimizer< T > IdentityErrorMinimizer
Surface normals estimation. Find the normal for every point using eigen-decomposition of neighbour po...
::PointToPointErrorMinimizer< T > PointToPointErrorMinimizer
::VoxelGridDataPointsFilter< T > VoxelGridDataPointsFilter
::FixStepSamplingDataPointsFilter< T > FixStepSamplingDataPointsFilter
::GestaltDataPointsFilter< T > GestaltDataPointsFilter
::MaxDensityDataPointsFilter< T > MaxDensityDataPointsFilter
Subsampling. Filter points beyond a maximum quantile measured on a specific axis. ...
Extract observation direction.
::OrientNormalsDataPointsFilter< T > OrientNormalsDataPointsFilter
Subsampling. Filter points before a minimum distance measured on a specific axis. ...
::ObservationDirectionDataPointsFilter< T > ObservationDirectionDataPointsFilter
::SamplingSurfaceNormalDataPointsFilter< T > SamplingSurfaceNormalDataPointsFilter
Subsampling. Reduce the points number by randomly removing points with a dentsity higher than a tresh...
PM::DataPointsFilter DataPointsFilter
::MinDistDataPointsFilter< T > MinDistDataPointsFilter
Systematic sampling, with variation over time.
::ElipsoidsDataPointsFilter< T > ElipsoidsDataPointsFilter
Reorientation of normals.
::PointToPointWithCovErrorMinimizer< T > PointToPointWithCovErrorMinimizer
PM::OutlierFilter OutlierFilter
Incidence angle, compute the incidence angle of a surface normal with the observation direction...
Subsampling Surfels (Elipsoids) filter. First decimate the space until there is at most knn points...
Subsampling. Remove point laying in a bounding box.