Go to the documentation of this file.
52 inPlaceFilter(output);
61 const int nbPointsIn = cloud.
features.cols();
64 for (
int i = 0; i < nbPointsIn; ++i)
66 const float r = (float)std::rand()/(float)RAND_MAX;
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.
virtual DataPoints filter(const DataPoints &input)
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
void setColFrom(Index thisCol, const DataPoints &that, Index thatCol)
Set column thisCol equal to column thatCol of that, copy features and descriptors if any....
Parametrizable::Parameters Parameters
Matrix features
features of points in the cloud
The superclass of classes that are constructed using generic parameters. This class provides the para...
const M::mapped_type & get(const M &m, const typename M::key_type &k)
void conservativeResize(Index pointCount)
Resize the cloud to pointCount points, conserving existing ones.
RandomSamplingDataPointsFilter(const Parameters ¶ms=Parameters())
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40