mean_pointcloud

menpo.shape.mean_pointcloud(pointclouds)[source]

Compute the mean of a list of PointCloud objects.

Parameters:pointclouds (list of PointCloud) – List of point cloud objects from which we want to compute the mean.
Returns:mean_pointcloud (PointCloud) – The mean point cloud.