The configuration of the histogram generator. More...
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 |
Rectangle specifying the region over which a histogram is computed. |
|
unsigned | buckets |
The requested number of buckets in the histogram. |
|
bool | enabled |
Whether or not a histogram should be generated at all. |
The configuration of the histogram generator.
FCam::HistogramConfig::HistogramConfig | ( | ) | [inline] |
The default constructor disables the histogram generator.
bool FCam::HistogramConfig::operator== | ( | const HistogramConfig & | other | ) | const [inline] |
Compare two requested configurations to see if they would return the same data.
bool FCam::HistogramConfig::operator!= | ( | const HistogramConfig & | other | ) | const [inline] |
Compare two requested configurations to see if they would return the same data.
Rectangle specifying the region over which a histogram is computed.
unsigned FCam::HistogramConfig::buckets |
The requested number of buckets in the histogram.
Copyright (c) 2012, Nokia Corporation and/or its subsidiary(-ies). All rights reserved. See Copyright. |
MeeGo 1.2 Harmattan API
|