mean_pointcloud

menpo.fitmultilevel.functions.mean_pointcloud(pointclouds)[source]

Compute the mean of a list of point cloud objects

Parameters:

pointclouds: list of :class:`menpo.shape.PointCloud` :

List of point cloud objects from which we want to compute the mean.

Returns:

mean_pointcloud: class:`menpo.shape.PointCloud` :

The mean point cloud.