|
Point Cloud Library (PCL) 1.13.0
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_PointWithScale:Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| float scale | |
| Diameter of the meaningful keypoint neighborhood. More... | |
| float size | |
| }; | |
| float | angle |
| Computed orientation of the keypoint (-1 if not applicable). More... | |
| float | response |
| The response by which the most strong keypoints have been selected. More... | |
| int | octave |
| octave (pyramid layer) from which the keypoint has been extracted. More... | |
Definition at line 1632 of file point_types.hpp.
| union { ... } pcl::_PointWithScale::@63 |
| float pcl::_PointWithScale::angle |
Computed orientation of the keypoint (-1 if not applicable).
Definition at line 1644 of file point_types.hpp.
| int pcl::_PointWithScale::octave |
octave (pyramid layer) from which the keypoint has been extracted.
Definition at line 1648 of file point_types.hpp.
| pcl::_PointWithScale::PCL_ADD_POINT4D |
Definition at line 1634 of file point_types.hpp.
| float pcl::_PointWithScale::response |
The response by which the most strong keypoints have been selected.
Definition at line 1646 of file point_types.hpp.
| float pcl::_PointWithScale::scale |
Diameter of the meaningful keypoint neighborhood.
Definition at line 1639 of file point_types.hpp.
Referenced by pcl::common::IntensityFieldAccessor< pcl::PointWithScale >::add(), pcl::common::IntensityFieldAccessor< pcl::PointWithScale >::demean(), pcl::common::IntensityFieldAccessor< pcl::PointWithScale >::get(), pcl::common::IntensityFieldAccessor< pcl::PointWithScale >::operator()(), and pcl::common::IntensityFieldAccessor< pcl::PointWithScale >::set().
| float pcl::_PointWithScale::size |
Definition at line 1640 of file point_types.hpp.