|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/impl/point_types.hpp>
Classes | |
| union | [union].__unnamed0__ |
Public Attributes | |
| PCL_ADD_POINT4D | |
| union | |
| float | angle |
| Computed orientation of the keypoint (-1 if not applicable). | |
| float | response |
| The response by which the most strong keypoints have been selected. | |
| int | octave |
| octave (pyramid layer) from which the keypoint has been extracted. | |
Definition at line 1763 of file point_types.hpp.
| float pcl::_PointWithScale::angle |
Computed orientation of the keypoint (-1 if not applicable).
Definition at line 1775 of file point_types.hpp.
Referenced by pcl::PointWithScale::PointWithScale(), and pcl::PointWithScale::PointWithScale().
| int pcl::_PointWithScale::octave |
octave (pyramid layer) from which the keypoint has been extracted.
Definition at line 1779 of file point_types.hpp.
Referenced by pcl::PointWithScale::PointWithScale(), and pcl::PointWithScale::PointWithScale().
| pcl::_PointWithScale::PCL_ADD_POINT4D |
Definition at line 1765 of file point_types.hpp.
| float pcl::_PointWithScale::response |
The response by which the most strong keypoints have been selected.
Definition at line 1777 of file point_types.hpp.
Referenced by pcl::PointWithScale::PointWithScale(), and pcl::PointWithScale::PointWithScale().