Uses of Interface
boofcv.alg.scene.FeatureToWordHistogram
Packages that use FeatureToWordHistogram
-
Uses of FeatureToWordHistogram in boofcv.alg.scene
Classes in boofcv.alg.scene that implement FeatureToWordHistogramModifier and TypeClassDescriptionclass
Creates a normalized histogram which represents the frequency of different visual words from the set of features.Constructors in boofcv.alg.scene with parameters of type FeatureToWordHistogramModifierConstructorDescriptionClassifierKNearestNeighborsBow
(NearestNeighbor<HistogramScene> nn, DescribeImageDense<T, TD> describe, FeatureToWordHistogram<TD> featureToHistogram) Configures internal algorithms.