import_landmark_file

menpo.io.base.import_landmark_file(filepath)[source]

Single landmark group importer.

Iff an landmark file is found at filepath, returns a LandmarkGroup representing it.

Parameters:

filepath : String

A relative or absolute filepath to an landmark file.

Returns:

:class:`menpo.shape.LandmarkGroup` :

The LandmarkGroup that the file format represents.