First time here? Check out the FAQ!

Ask Your Question
0

Adaboost feature selection

asked May 2 '13

I am trying to train an adaboost classifier using the openCV library, for visual pedestrian detection. I've come across the notion that adaboost allows the selection of the most relevant features, meaning, if I harvest 50.000 features from images and then use them to train a classifier, in the end of the training process I would be able to select, for example, the best 2000 out of those 50.000.

Then, this would allow me to harvest only those 2000 during the actual process for the sake of speed.

Is this even true? Or am I falling in a misconception?

If true,, is it possible to be done using the openCV library?

Best regards

Preview: (hide)

Comments

Note: Please try the search first, a similar question has already been asked: http://answers.opencv.org/question/12380/feature-selection-using-adaboost/

Guanta gravatar imageGuanta (May 2 '13)edit

1 answer

Sort by » oldest newest most voted
1

answered May 2 '13

Boosting is included in the openCV library on this link. It can indeed be used to specify the best features of a feature set.

I guess the following functionality could be a good place to start:

CvBoost::get_weak_predictors()
Preview: (hide)

Question Tools

Stats

Asked: May 2 '13

Seen: 1,033 times

Last updated: May 02 '13