- ClassificationHistogram - Class in boofcv.struct.learning
-
Used create a histogram of actual to predicted classification.
- ClassificationHistogram(int) - Constructor for class boofcv.struct.learning.ClassificationHistogram
-
- classify(String) - Method in class boofcv.alg.bow.LearnSceneFromFiles
-
Given an image compute which scene it belongs to
- ClusterVisualWords - Class in boofcv.alg.bow
-
Finds clusters of TupleDesc_F64 which can be used to identify frequent features, a.k.a words.
- ClusterVisualWords(ComputeClusters<double[]>, int, long) - Constructor for class boofcv.alg.bow.ClusterVisualWords
-
Constructor which configures the cluster finder.
- computeAccuracy() - Method in class boofcv.struct.learning.Confusion
-
Computes accuracy from the confusion matrix.
- Confusion - Class in boofcv.struct.learning
-
Storage for a confusion matrix.
- Confusion(int) - Constructor for class boofcv.struct.learning.Confusion
-
- createConfusion() - Method in class boofcv.struct.learning.ClassificationHistogram
-
- cross - Variable in class boofcv.alg.bow.LearnSceneFromFiles
-