|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
It is possible set up its resolution, eg. the size of bins.
The histogram works on the interval
Parent Classes:
Variables:
Methods:
- RealHistogram1dC(RealT min = 1.0,RealT max = 10.0,RealT resolution = 1.0)
-
Creates a histogram with all bins initialized to be zero.
The histogram is prepared to accept values in the interval
- RealHistogram1dC(const RealHistogram1dC & vv)
-
Another access to the integer array 'vv'
Access to the object.
---------------------
- RealT StartX(const IndexT i) const
-
Returns the value of the beginning of the bin with the index 'i'.
- RealT MidX(const IndexT i) const
-
Returns the value of the center of the bin with the index 'i'.
Updating of histogram.
----------------------
- void Vote(RealT value)
-
Updates the histogram by adding another 'value'. The value
must be inside the interval
- void CheckedVote(RealT value)
-
Upddates the histogram by adding another 'value'. The values
outside the interval are ignored.
Special operators.
------------------
- HistModes1dC Modes(RealT minModeDistance = 1.0) const
-
Returns the list of modes of the histogram.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|