UniqueShapeContext implements the Unique Shape Descriptor described here: More...
#include <usc.h>
Private Member Functions | |
void | compute (pcl::PointCloud< pcl::SHOT > &) |
Make the compute (&PointCloudOut); inaccessible from outside the class. | |
virtual void | computeFeatureEigen (pcl::PointCloud< Eigen::MatrixXf > &output) |
The actual feature computation. |
UniqueShapeContext implements the Unique Shape Descriptor described here:
The USC computed feature has the following structure:
void pcl::UniqueShapeContext< PointInT, Eigen::MatrixXf, PointRFT >::compute | ( | pcl::PointCloud< pcl::SHOT > & | ) | [inline, private] |
void pcl::UniqueShapeContext< PointInT, Eigen::MatrixXf, PointRFT >::computeFeatureEigen | ( | pcl::PointCloud< Eigen::MatrixXf > & | output | ) | [private, virtual] |
The actual feature computation.
[out] | output | the resultant features |
Reimplemented from pcl::UniqueShapeContext< PointInT, pcl::SHOT, PointRFT >.