Point Cloud Library (PCL)
1.3.1
|
A point structure representing an interest point with Euclidean xyz coordinates, and an interest value. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
PCL_ADD_POINT4D | |
union { | |
struct { | |
float strength | |
} | |
float data_c [4] | |
}; |
A point structure representing an interest point with Euclidean xyz coordinates, and an interest value.
union { ... } |
float pcl::InterestPoint::data_c[4] |
Definition at line 502 of file point_types.hpp.
Definition at line 495 of file point_types.hpp.
Definition at line 500 of file point_types.hpp.