Skip to content

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

License

Notifications You must be signed in to change notification settings

saikatbsk/bagOfFeatures

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages