Ask Your Question
0

Bag of Features Descriptor

asked May 7 '15

fredreload gravatar image

updated May 7 '15

I followed the project until the end (http://www.codeproject.com/Articles/6...). I would like to know how to use the end descriptor to classify the image. How do I know how similar is this descriptor in comparison to the previous training images or dictionary?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
3

answered May 8 '15

Guanta gravatar image

Typically you train a multi-class classifier (or multiple one-vs-rest or one-vs-one classifiers). The classifier then predicts the correct class acoording to the training BoW-features. You can get a way of "similarity" measure if you either choose a classifier which gives you probabilities right away or you compute probabilities from the classifier outputs, e.g. if you used SVMs you could get probabilities from the decision function via Platt calibration.

Preview: (hide)

Comments

A good answer!

beahacker gravatar imagebeahacker (May 8 '15)edit

Question Tools

5 followers

Stats

Asked: May 7 '15

Seen: 304 times

Last updated: May 08 '15