Go to the documentation of this file.
56 return "This filter extracts observation directions (vector from point to sensor), considering a sensor at position (x,y,z).\n\n"
57 "Required descriptors: none.\n"
58 "Produced descritors: observationDirections.\n"
59 "Altered descriptors: none.\n"
60 "Altered features: none.";
66 {
"x",
"x-coordinate of sensor",
"0"},
67 {
"y",
"y-coordinate of sensor",
"0"},
68 {
"z",
"z-coordinate of sensor",
"0"}
Parametrizable::ParametersDoc ParametersDoc
Extract observation direction.
Functions and classes that are dependant on scalar type are defined in this templatized class.
static const std::string description()
PointMatcher< T >::DataPoints DataPoints
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.
DataPointsFilter()
Construct without parameter.
PointMatcherSupport::Parametrizable P
Parametrizable::InvalidParameter InvalidParameter
virtual DataPoints filter(const DataPoints &input)
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
An exception thrown when one tries to fetch the value of an unexisting parameter.
PointMatcher< T >::DataPoints::InvalidField InvalidField
Eigen::Matrix< T, Eigen::Dynamic, 1 > Vector
A vector over ScalarType.
Parametrizable::ParameterDoc ParameterDoc
static const ParametersDoc availableParameters()
The superclass of classes that are constructed using generic parameters. This class provides the para...
Parametrizable::Parameters Parameters
ObservationDirectionDataPointsFilter(const Parameters ¶ms=Parameters())
Constructor, uses parameter interface.
The documentation of a parameter.
PointMatcherSupport::Parametrizable Parametrizable
virtual void inPlaceFilter(DataPoints &cloud)
Apply these filters to a point cloud without copying.
PointMatcher< T >::Vector Vector
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40