Go to the documentation of this file.
54 return "Subsampling. Filter points before a minimum distance measured on a specific axis. If dim is set to -1, points are filtered based on a minimum radius.";
59 {
"dim",
"dimension on which the filter will be applied. x=0, y=1, z=2, radius=-1",
"-1",
"-1",
"2", &P::Comp<int>},
60 {
"minDist",
"minimum value authorized. If dim is set to -1 (radius), the absolute value of minDist will be used. All points before that will be filtered.",
"1",
"-inf",
"inf", &P::Comp<T>}
PointMatcherSupport::Parametrizable P
Parametrizable::ParameterDoc ParameterDoc
Subsampling. Filter points before a minimum distance measured on a specific axis.
static const ParametersDoc availableParameters()
Parametrizable::InvalidParameter InvalidParameter
Functions and classes that are dependant on scalar type are defined in this templatized class.
PointMatcher< T >::DataPoints DataPoints
static const std::string description()
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
DataPointsFilter()
Construct without parameter.
Parametrizable::ParametersDoc ParametersDoc
An exception thrown when one tries to fetch the value of an unexisting parameter.
The superclass of classes that are constructed using generic parameters. This class provides the para...
PointMatcherSupport::Parametrizable Parametrizable
Parametrizable::Parameters Parameters
The documentation of a parameter.
MinDistDataPointsFilter(const Parameters ¶ms=Parameters())
Constructor, uses parameter interface.
virtual void inPlaceFilter(DataPoints &cloud)
Apply these filters to a point cloud without copying.
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.
virtual DataPoints filter(const DataPoints &input)
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40