boofcv.alg.scene
Class HistogramScene
- java.lang.Object
-
- boofcv.alg.scene.HistogramScene
-
- All Implemented Interfaces:
- java.io.Serializable
public class HistogramScene extends java.lang.Object implements java.io.SerializableHistogram which represents the frequency of different types of words in a single image. Typically used during scene classification.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description double[]histogramNormalized word frequency histogram.inttypeThe type of scene the image was representative of
-
Constructor Summary
Constructors Constructor and Description HistogramScene()HistogramScene(int numWords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]getHistogram()intgetType()voidsetHistogram(double[] original)voidsetType(int type)
-
-
-
Field Detail
-
histogram
public double[] histogram
Normalized word frequency histogram. Normalized so that it sums up to 1.
-
type
public int type
The type of scene the image was representative of
-
-
DataMelt 3.0 © DataMelt by jWork.ORG