Jetson Inference
DNN Vision Library
|
Point vertex. More...
#include <cudaPointCloud.h>
Public Attributes | |
float3 | pos |
The XYZ position of the point. More... | |
uchar3 | color |
The RGB color of the point. More... | |
uint8_t | classID |
The class ID of the point. More... | |
Point vertex.
uint8_t cudaPointCloud::Vertex::classID |
The class ID of the point.
uchar3 cudaPointCloud::Vertex::color |
The RGB color of the point.
float3 cudaPointCloud::Vertex::pos |
The XYZ position of the point.