Package boofcv.alg.scene
-
Interface Summary Interface Description FeatureToWordHistogram<Desc extends 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 Summary Class Description ClassifierKNearestNeighborsBow<T extends ImageBase<T>,TD extends TupleDesc<TD>> 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