58 template <
typename Po
intInT,
typename GradientT,
typename Po
intOutT>
78 typedef typename boost::shared_ptr<RIFTEstimation<PointInT, GradientT, PointOutT> >
Ptr;
79 typedef typename boost::shared_ptr<const RIFTEstimation<PointInT, GradientT, PointOutT> >
ConstPtr;
83 RIFTEstimation () : gradient_ (), nr_distance_bins_ (4), nr_gradient_bins_ (8)
85 feature_name_ =
"RIFTEstimation";
130 const std::vector<int> &indices,
const std::vector<float> &squared_distances,
131 Eigen::MatrixXf &rift_descriptor);
147 int nr_distance_bins_;
150 int nr_gradient_bins_;
171 template <
typename Po
intInT,
typename GradientT>
202 #endif // #ifndef PCL_RIFT_H_