39 #ifndef PCL_INTENSITY_GRADIENT_H_
40 #define PCL_INTENSITY_GRADIENT_H_
54 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT,
typename IntensitySelectorT = pcl::common::IntensityFieldAccessor<Po
intInT> >
71 feature_name_ =
"IntensityGradientEstimation";
81 threads_ = nr_threads == 0 ? 1 : nr_threads;
101 const std::vector<int> &indices,
102 const Eigen::Vector3f &point,
103 float mean_intensity,
104 const Eigen::Vector3f &normal,
105 Eigen::Vector3f &gradient);
116 IntensitySelectorT intensity_;
128 template <
typename Po
intInT,
typename Po
intNT>
156 #endif // #ifndef PCL_INTENSITY_GRADIENT_H_