static int getSimpleType(float min_radius, float max_radius, double min_radius_plane=0.100, double max_radius_noise=0.015, double min_radius_cylinder=0.175, double max_min_radius_diff=0.050)
Get the type of the local surface based on the min and max radius computed.
void computeFeature(PointCloudOut &output)
Estimate the Global Radius-based Surface Descriptor (GRSD) for a set of points given by
GRSDEstimation estimates the Global Radius-based Surface Descriptor (GRSD) for a given point cloud da...
Feature< PointInT, PointOutT >::PointCloudInPtr PointCloudInPtr
double getRadiusSearch() const
Get the sphere radius used for determining the neighbors.
PointCloudIn::Ptr PointCloudInPtr
void setRadiusSearch(double radius)
Set the sphere radius that is to be used for determining the nearest neighbors used for the feature e...
PointCloud represents the base class in PCL for storing collections of 3D points. ...
Feature< PointInT, PointOutT >::PointCloudIn PointCloudIn
Eigen::MatrixXi getAllNeighborCellIndices()
Get the relative cell indices of all the 26 neighbors.
Feature represents the base feature class.
double search_radius_
The nearest neighbors search radius for each point.
Feature< PointInT, PointOutT >::PointCloudOut PointCloudOut