loadTrainingData3 (cv.Facemark) - MATLAB File Help |
Extracts the data for training from .txt files which contains the corresponding image name and landmarks
[imagesPaths, landmarks, success] = cv.Facemark.loadTrainingData3(filenames)
{{[x,y],...}, ...}
.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 ...
Access | public |
Sealed | false |
Static | true |