template<typename PointInT, typename PointRFT>
class pcl::FeatureWithLocalReferenceFrames< PointInT, PointRFT >
FeatureWithLocalReferenceFrames provides a public interface for descriptor extractor classes which need a local reference frame at each input keypoint.
- Attention
- This interface is for backward compatibility with existing code and in the future it could be merged with pcl::Feature. Subclasses should call the protected method initLocalReferenceFrames () to correctly initialize the frames_ member.
- Author
- Nicola Fioraio
Definition at line 451 of file feature.h.
template<typename PointInT , typename PointRFT >
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!
- Parameters
-
| [in] | frames | the const boost shared pointer to a PointCloud of reference frames. |
Definition at line 471 of file feature.h.