How can i use adaboost for feature extraction in opencv python

asked 2015-02-21 01:22:03 -0600

shamlik gravatar image

updated 2015-02-21 01:27:50 -0600

berak gravatar image

hi, i am doing my academic project on "emotion recognition using facial feature".i have done feature detection.now how to extract these facial features using adaboost i python?

edit retag flag offensive close merge delete

Comments

Boosting is a classification method, not a feature extraction one.

berak gravatar imageberak ( 2015-02-21 01:27:16 -0600 )edit

tank you for your information, link text in the above link i need to know about the cv2.boost()

shamlik gravatar imageshamlik ( 2015-02-21 02:07:45 -0600 )edit