| loadFacePoints (cv.Facemark) - MATLAB File Help |
A utility to load facial landmark information from a given file
[points, success] = cv.Facemark.loadFacePoints(filename)
.pts file which contains the
facial landmarks data.{[x,y], ...}.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.
| Access | public |
| Sealed | false |
| Static | true |