Ask Your Question
0

Bag of Features Descriptor

asked 2015-05-07 11:56:41 -0600

fredreload gravatar image

updated 2015-05-07 13:42:44 -0600

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2015-05-08 06:22:03 -0600

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.

edit flag offensive delete link more

Comments

A good answer!

beahacker gravatar imagebeahacker ( 2015-05-08 09:39:45 -0600 )edit

Question Tools

5 followers

Stats

Asked: 2015-05-07 11:56:41 -0600

Seen: 268 times

Last updated: May 08 '15