本文主要介绍几种常用的点的类型,以备以后查找方便。
点的类型
PointXYZ
float x ,y, z
PointXYZI
float x, y, z, intensity
PointWithScale
float x, y , z , scale
PointXYZRGBA
float x, y, z; uint32_t rgba
PointXYZRGB
float x, y, z, rgb
Normal
float normal[3], curvature 法线 、曲率
PointNormal
float x, y, z; float normal[3], curvature
PointXYZINormal
float x, y, z, intensity, normal[3] , curvature;
PointXYZRGBNormal
float x,y,z, rgb, normal[3], curvature
Narf36
float x, y, z , roll, pitch, yaw; float descriptor[36]
Histogram
float histogram[N] 用来存储n维直方图
VFHSignature308
float vfh[308] 视点特征直方图VFH
PHFSignature125
float pfh[125] 点特征直方图PFH
本文详细介绍了多种用于表示三维点云数据的类型,包括PointXYZ、PointXYZI、PointWithScale等,涵盖了点的位置、强度、尺度、颜色、法线、曲率等属性,并提及了Narf36特征描述符、直方图以及VFH和PHF特征直方图在点云处理中的应用。
623

被折叠的 条评论
为什么被折叠?



