loadFacePoints (cv.Facemark) - MATLAB File Help
cv.Facemark.loadFacePoints

A utility to load facial landmark information from a given file

[points, success] = cv.Facemark.loadFacePoints(filename)

Input

Output

Options

The annotation file should follow the default format which is:

version: 1
n_points:  68
{
212.716603 499.771793
230.232816 566.290071
...
}

where n_points is the number of points considered and each point is represented as its position in x and y.

See also
Method Details
Access public
Sealed false
Static true