Documentation of 'boofcv.alg.scene.HistogramScene' Java class
HistogramScene
boofcv.alg.scene

Class HistogramScene

  • All Implemented Interfaces:
    java.io.Serializable


    public class HistogramScene
    extends java.lang.Object
    implements java.io.Serializable
    Histogram 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[] histogram
      Normalized word frequency histogram.
      int type
      The type of scene the image was representative of
    • 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
    • Constructor Detail

      • HistogramScene

        public HistogramScene(int numWords)
      • HistogramScene

        public HistogramScene()
    • Method Detail

      • setHistogram

        public void setHistogram(double[] original)
      • getHistogram

        public double[] getHistogram()
      • getType

        public int getType()
      • setType

        public void setType(int type)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.