UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
cloud_properties.hpp
1
42#ifndef UFO_IO_CLOUD_PROPERTIES_HPP
43#define UFO_IO_CLOUD_PROPERTIES_HPP
44
45namespace ufo
46{
68 bool color;
70 bool alpha;
74 bool normal;
75};
76} // namespace ufo
77
78#endif // UFO_IO_CLOUD_PROPERTIES_HPP
All vision-related classes and functions.
Definition cloud.hpp:49
Flags describing which optional per-point channels are present in a cloud file.
bool intensity
true if the cloud carries per-point scalar LiDAR return intensity.
bool normal
true if the cloud carries per-point surface normal vectors.
bool color
true if the cloud carries per-point RGB colour data.
bool alpha
true if the colour channel includes an alpha (opacity) component.