loadTrainingData1 (cv.Facemark) - MATLAB File Help |
A utility to load facial landmark information from the dataset
[imagesPaths, landmarks, success] = cv.Facemark.loadTrainingData1(imagesList, annotationsList)
[...] = cv.Facemark.loadTrainingData1(..., 'OptionName',optionValue, ...)
{{[x,y], ...}, ...}
.The same dataset format described in cv.Facemark.loadDatasetList function. However this function directly loads the annotation data instead of only returning their file paths.
Access | public |
Sealed | false |
Static | true |