shackenberg / Minimal-Bag-of-Visual-Words-Image-Classifier

Implementation of a content based image classifier using the bag of visual words approach in Python together with Lowe's SIFT and Libsvm.
236 stars 94 forks source link

One-Class Classification #20

Open KaustubhMundra opened 7 years ago

KaustubhMundra commented 7 years ago

Can I use this with N==1? That is for one-class classification?