Go to the source code of this file.
|
| template<typename PointInT , typename PointNT , typename PointRFT > |
| class | pcl::PCL_DEPRECATED_CLASS (SHOTEstimation,"SHOTEstimation<..., pcl::SHOT, ...> IS DEPRECATED, USE SHOTEstimation<..., pcl::SHOT352, ...> INSTEAD")< PointInT |
| | SHOTEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given point cloud dataset containing points and normals. More...
|
| |
| | pcl::SHOTEstimation (int nr_shape_bins=10) |
| | Empty constructor. More...
|
| |
| virtual void | pcl::computePointSHOT (const int index, const std::vector< int > &indices, const std::vector< float > &sqr_dists, Eigen::VectorXf &shot) |
| | Estimate the SHOT descriptor for a given point based on its spatial neighborhood of 3D points with normals. More...
|
| |