center point of dense point cloud [closed]
assume that i have a dense point cloud. how can i find its centroid x, y, z?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
assume that i have a dense point cloud. how can i find its centroid x, y, z?
Asked: 2015-12-07 00:58:11 -0600
Seen: 423 times
Last updated: Dec 07 '15
Unknown error when downloading noetic-pcl in docker
pcl::ConvexHull not instantiated for pcl::PointXY?
Better way of converting sensor_msgs::PointCloud2 to PointCloud<PointXYZRGB>
pcl detecting planes in the map
Write PCD File from a Topic - Hydro + PCL (Migration)
error while accessing rgb value
This is really more a question for the PCL Answers site and note ROS specific at all. Please open one there.
You simply average all the X values to get the x component of the centroid, and do the same for Y and Z.