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 TypeMethodDescriptiondouble
KdTreeHistogramScene_F64.distance
(HistogramScene a, HistogramScene b) double
KdTreeHistogramScene_F64.valueAt
(HistogramScene point, int index) Method parameters in boofcv.alg.scene with type arguments of type HistogramSceneModifier and TypeMethodDescriptionvoid
ClassifierKNearestNeighborsBow.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.