how to use opencv4android pca to train svm model? [closed]

asked 2016-06-22 20:17:36 -0600

jojo94 gravatar image

updated 2016-06-24 13:12:11 -0600

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^^

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-08 06:49:16.364416

Comments

what are your gestures ? which features do you try to use ?

berak gravatar imageberak ( 2016-06-24 23:34:50 -0600 )edit

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.

jojo94 gravatar imagejojo94 ( 2016-06-26 15:27:57 -0600 )edit