| Interface | Description |
|---|---|
| FeatureToWordHistogram<Desc extends boofcv.struct.feature.TupleDesc> |
Used to construct a normalized histogram which represents the frequency of certain words in an image for use
in a BOW based classifier.
|
| Class | Description |
|---|---|
| ClassifierKNearestNeighborsBow<T extends boofcv.struct.image.ImageBase<T>,Desc extends boofcv.struct.feature.TupleDesc> |
Scene classification which uses bag-of-word model and K-Nearest Neighbors.
|
| FeatureToWordHistogram_F64 |
Creates a normalized histogram which represents the frequency of different visual words from the set of features.
|
| HistogramScene |
Histogram which represents the frequency of different types of words in a single image.
|
| KdTreeHistogramScene_F64 |
Distance for word histograms
|