#include <pcl/common/intensity.h>
Public Member Functions | |
float | operator() (const PointT &p) const |
get intensity field More... |
|
void | get (const PointT &p, float &intensity) const |
gets the intensity value of a point More... |
|
void | set (PointT &p, float intensity) const |
sets the intensity value of a point More... |
|
void | demean (PointT &p, float value) const |
subtract value from intensity field More... |
|
void | add (PointT &p, float value) const |
add value to intensity field More... |
|
Definition at line 50 of file intensity.h.
| inline |
add value to intensity field
p | point for which to modify intensity | |
[in] | value | value to be added to point intensity |
Definition at line 93 of file intensity.h.
| inline |
subtract value from intensity field
p | point for which to modify intensity | |
[in] | value | value to be subtracted from point intensity |
Definition at line 84 of file intensity.h.
| inline |
gets the intensity value of a point
p | point for which intensity to be get | |
[in] | intensity | value of the intensity field |
Definition at line 66 of file intensity.h.
| inline |
get intensity field
[in] | p | point |
Definition at line 57 of file intensity.h.
Referenced by pcl::common::IntensityFieldAccessor< pcl::PointXYZRGB >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBA >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBNormal >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBL >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGB >::demean(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBA >::demean(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBNormal >::demean(), and pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBL >::demean().
| inline |
sets the intensity value of a point
p | point for which intensity to be set | |
[in] | intensity | value of the intensity field |
Definition at line 75 of file intensity.h.
Referenced by pcl::common::IntensityFieldAccessor< pcl::PointXYZRGB >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBA >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBNormal >::add(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBL >::add(), pcl::DisparityMapConverter< PointDEM >::compute(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGB >::demean(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBA >::demean(), pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBNormal >::demean(), and pcl::common::IntensityFieldAccessor< pcl::PointXYZRGBL >::demean().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1common_1_1_intensity_field_accessor.html