|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include <pillar_preprocess_cuda.hpp>
Public Attributes | |
| float | x |
| X coordinate. | |
| float | y |
| Y coordinate. | |
| float | z |
| Z coordinate. | |
| float | intensity |
| Additional scalar point feature. | |
Host representation of one XYZI point consumed by CUDA preprocessing.
Definition at line 15 of file pillar_preprocess_cuda.hpp.
| float pcod_common::PillarPreprocessPoint::intensity |
Additional scalar point feature.
Definition at line 19 of file pillar_preprocess_cuda.hpp.
| float pcod_common::PillarPreprocessPoint::x |
X coordinate.
Definition at line 16 of file pillar_preprocess_cuda.hpp.
| float pcod_common::PillarPreprocessPoint::y |
Y coordinate.
Definition at line 17 of file pillar_preprocess_cuda.hpp.
| float pcod_common::PillarPreprocessPoint::z |
Z coordinate.
Definition at line 18 of file pillar_preprocess_cuda.hpp.