Point Cloud Library (PCL)
1.9.1
|
42 #ifndef PCL_BEARING_ANGLE_IMAGE_H_
43 #define PCL_BEARING_ANGLE_IMAGE_H_
47 #include <pcl/point_cloud.h>
89 #endif // PCL_BEARING_ANGLE_IMAGE_H_
This file defines compatibility wrappers for low level I/O functions.
PointXYZRGBA unobserved_point_
< This point is used to be able to return a reference to a unknown gray point
PointCloud represents the base class in PCL for storing collections of 3D points.
class BearingAngleImage is used as an interface to generate Bearing Angle(BA) image.
A point structure representing Euclidean xyz coordinates, and the RGBA color.
A point structure representing Euclidean xyz coordinates.
pcl::PointCloud< PointXYZRGBA > BaseClass