align_shapes

menpofit.builder.align_shapes(shapes)[source]

Function that aligns a set of shapes by applying Generalized Procrustes Analysis.

Parameters

shapes (list of menpo.shape.PointCloud) – The input shapes.

Returns

aligned_shapes (list of menpo.shape.PointCloud) – The list of aligned shapes.