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

Extracts the data for training from .txt files which contains the corresponding image name and landmarks

[imagesPaths, landmarks, success] = cv.Facemark.loadTrainingData3(filenames)

Input

Output

An alternative dataset format. Similar to the one described in cv.Facemark.loadTrainingData2, but with separate files for each sample.

The training data consists of |.txt| files whose first line contains the image name, followed by the annotations. Example:

/path/to/image1.jpg 565.86 , 758.98 564.27 , 781.14 ...

See also
Method Details
Access public
Sealed false
Static true