c++ - how to train SVM using landmarks from CI2CV sdk to classify expressions? -


i have image such this

enter image description here

after feeding image ci2cv face-fit

enter image description here

along file containing info can't make sense of 66 landmarks detected in following form, explanation here great decimal values stand

n_points: 66 {  54.9274 129.935 56.0976 142.037 58.2824 153.995 //there 63 more lines } 

is possible use information classify expression svm?


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -