/bagOfFeatures

Bag-of-Features model for image classification (Octave)

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

Image Classification Using Bag of Features

Image classification using the Bag-of-Features model. Training images are represented using clustered and quantized Speeded-Up Robust Features (SURF). Classification using K-Nearest Neighbor.

Accuracy on a subset of Caltech101 (with 10 classes) is 76.67%. Tested with GNU Octave (4.0.2).

Read the publication here: An Improved Bag-of-Features Approach for Object Recognition from Natural Images

Instructions

Expected Results

alt text

Licenses

  • OpenSURF version 1c includes its own license.
  • Rest of the code is under GNU GPL v3. Read license.txt for details.