Uses of Class
boofcv.alg.scene.HistogramScene
Packages that use HistogramScene
-
Uses of HistogramScene in boofcv.alg.scene
Methods in boofcv.alg.scene with parameters of type HistogramSceneModifier and TypeMethodDescriptiondoubleKdTreeHistogramScene_F64.distance(HistogramScene a, HistogramScene b) doubleKdTreeHistogramScene_F64.valueAt(HistogramScene point, int index) Method parameters in boofcv.alg.scene with type arguments of type HistogramSceneModifier and TypeMethodDescriptionvoidClassifierKNearestNeighborsBow.setClassificationData(List<HistogramScene> memory, int numScenes) Provides a set of labeled word histograms to use to classify a new imageConstructor parameters in boofcv.alg.scene with type arguments of type HistogramSceneModifierConstructorDescriptionClassifierKNearestNeighborsBow(NearestNeighbor<HistogramScene> nn, DescribeImageDense<T, TD> describe, FeatureToWordHistogram<TD> featureToHistogram) Configures internal algorithms.