49 template<
typename Po
intT>
68 intensity = p.intensity;
77 p.intensity = intensity;
101 #include <pcl/common/impl/intensity.hpp>
A point structure representing Euclidean xyz coordinates, and the RGB color.
void add(PointT &p, float value) const
add value to intensity field
float operator()(const PointT &p) const
get intensity field
void set(PointT &p, float intensity) const
sets the intensity value of a point
void demean(PointT &p, float value) const
subtract value from intensity field
void get(const PointT &p, float &intensity) const
gets the intensity value of a point