|
Point Cloud Library (PCL)
1.6.0
|
FeatureWithLocalReferenceFrames provides a public interface for descriptor extractor classes which need a local reference frame at each input keypoint. More...
#include <pcl/features/feature.h>

Public Types | |
| typedef pcl::PointCloud< PointRFT > | PointCloudLRF |
| typedef PointCloudLRF::Ptr | PointCloudLRFPtr |
| typedef PointCloudLRF::ConstPtr | PointCloudLRFConstPtr |
Public Member Functions | |
| FeatureWithLocalReferenceFrames () | |
| Empty constructor. | |
| virtual | ~FeatureWithLocalReferenceFrames () |
| Empty destructor. | |
| void | setInputReferenceFrames (const PointCloudLRFConstPtr &frames) |
| Provide a pointer to the input dataset that contains the local reference frames of the XYZ dataset. | |
| PointCloudLRFConstPtr | getInputReferenceFrames () const |
| Get a pointer to the local reference frames. | |
FeatureWithLocalReferenceFrames provides a public interface for descriptor extractor classes which need a local reference frame at each input keypoint.
| typedef pcl::PointCloud<PointRFT> pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::PointCloudLRF |
| typedef PointCloudLRF::ConstPtr pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::PointCloudLRFConstPtr |
| typedef PointCloudLRF::Ptr pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::PointCloudLRFPtr |
| pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::FeatureWithLocalReferenceFrames | ( | ) | [inline] |
| virtual pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::~FeatureWithLocalReferenceFrames | ( | ) | [inline, virtual] |
| PointCloudLRFConstPtr pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::getInputReferenceFrames | ( | ) | const [inline] |
| void pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >::setInputReferenceFrames | ( | const PointCloudLRFConstPtr & | frames | ) | [inline] |
Provide a pointer to the input dataset that contains the local reference frames of the XYZ dataset.
In case of search surface is set to be different from the input cloud, local reference frames should correspond to the input cloud, not the search surface!
| [in] | frames | the const boost shared pointer to a PointCloud of reference frames. |
1.7.6.1