Go to the documentation of this file.
63 return "Point cloud enhancement: compute geometric features saliencies throught Tensor Voting framework.";
69 {
"k",
"Number of neighbors to consider",
"50",
"6",
"4294967295", &P::Comp<std::size_t>},
70 {
"sigma",
"Scale of the vote.",
"0.2",
"0.",
"+inf", &P::Comp<T>},
71 {
"keepNormals",
"Flag to keep normals computed by TV.",
"1",
"0",
"1", P::Comp<bool>},
72 {
"keepLabels",
"Flag to keep labels computed by TV.",
"1",
"0",
"1", P::Comp<bool>},
73 {
"keepTensors",
"Flag to keep elements Tensors computed by TV.",
"1",
"0",
"1", P::Comp<bool>}
Parametrizable::ParametersDoc ParametersDoc
PointMatcherSupport::Parametrizable Parametrizable
virtual ~SaliencyDataPointsFilter()
PointMatcher< T >::DataPoints::InvalidField InvalidField
SaliencyDataPointsFilter(const Parameters ¶ms=Parameters())
static const ParametersDoc availableParameters()
Functions and classes that are dependant on scalar type are defined in this templatized class.
virtual void inPlaceFilter(DataPoints &cloud)
Apply these filters to a point cloud without copying.
PM::DataPointsFilter DataPointsFilter
static const std::string description()
PM::DataPoints DataPoints
Parametrizable::ParameterDoc ParameterDoc
An exception thrown when one tries to access features or descriptors unexisting or of wrong dimension...
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > Matrix
A dense matrix over ScalarType.
A data filter takes a point cloud as input, transforms it, and produces another point cloud as output...
Parametrizable::Parameters Parameters
An exception thrown when one tries to fetch the value of an unexisting parameter.
Eigen::Matrix< T, Eigen::Dynamic, 1 > Vector
A vector over ScalarType.
Matrix::Index Index
An index to a row or a column.
The superclass of classes that are constructed using generic parameters. This class provides the para...
Parametrizable::InvalidParameter InvalidParameter
The documentation of a parameter.
PointMatcherSupport::Parametrizable P
virtual DataPoints filter(const DataPoints &input)
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.