#include <Base.h>


Public Member Functions | |
| HistogramConfig () | |
| The default constructor disables the histogram generator. | |
| bool | operator== (const HistogramConfig &other) const |
| Compare two requested configurations to see if they would return the same data. | |
| bool | operator!= (const HistogramConfig &other) const |
| Compare two requested configurations to see if they would return the same data. | |
Public Attributes | |
| Rect | region [4] |
| Rectangles specifying the locations of the four regions (with respect to the output image). | |
| unsigned char | buckets |
| The requested number of buckets in the histogram. | |
| unsigned char | regions |
| The number of active histograms. | |
Up to four histograms can be configured, over overlapping regions of the image. A pixel will only count for the lowest number histogram region in which it lives.
Definition at line 108 of file Base.h.
| FCam::HistogramConfig::HistogramConfig | ( | ) | [inline] |
| bool FCam::HistogramConfig::operator== | ( | const HistogramConfig & | other | ) | const [inline] |
| bool FCam::HistogramConfig::operator!= | ( | const HistogramConfig & | other | ) | const [inline] |
| unsigned char FCam::HistogramConfig::buckets |
| unsigned char FCam::HistogramConfig::regions |
1.5.6