how to use opencv4android pca to train svm model? [closed]
classification problem is static hand gesture recognition for android smart phones.
my problem is I am new with openCV so how to use PCA to get feature vectors?so i can use these vectors to train my svm model?
Thanks in advance^^
what are your gestures ? which features do you try to use ?
static hand gestures such as the high five gesture or the like gesture...I want to extract features by using PCA on images and then use them to train svm model.