|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/common/impl/intensity.hpp>
Inheritance diagram for pcl::common::IntensityFieldAccessor< pcl::PointSurfel >:
Collaboration diagram for pcl::common::IntensityFieldAccessor< pcl::PointSurfel >:Public Member Functions | |
| float | operator() (const pcl::PointSurfel &p) const |
| void | get (const pcl::PointSurfel &p, float &intensity) const |
| void | set (pcl::PointSurfel &p, float intensity) const |
| void | demean (pcl::PointSurfel &p, float value) const |
| void | add (pcl::PointSurfel &p, float value) const |
| float | operator() (const pcl::PointSurfel &p) const |
| get intensity field | |
| void | get (const pcl::PointSurfel &p, float &intensity) const |
| gets the intensity value of a point | |
| void | set (pcl::PointSurfel &p, float intensity) const |
| sets the intensity value of a point | |
| void | demean (pcl::PointSurfel &p, float value) const |
| subtract value from intensity field | |
| void | add (pcl::PointSurfel &p, float value) const |
| add value to intensity field | |
Definition at line 555 of file intensity.hpp.
|
inline |
Definition at line 582 of file intensity.hpp.
References pcl::_PointSurfel::curvature.
|
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 |
Definition at line 576 of file intensity.hpp.
References pcl::_PointSurfel::curvature.
|
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 |
Definition at line 564 of file intensity.hpp.
References pcl::_PointSurfel::curvature.
|
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 |
Definition at line 558 of file intensity.hpp.
References pcl::_PointSurfel::curvature.
|
inline |
get intensity field
| [in] | p | point |
Definition at line 57 of file intensity.h.
|
inline |
Definition at line 570 of file intensity.hpp.
References pcl::_PointSurfel::curvature.
|
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.