The configuration of the sharpness map generator. More...
Public Member Functions |
|
SharpnessMapConfig () | |
The default constructor disables the sharpness map generator. |
|
bool | operator== (const SharpnessMapConfig &other) const |
Compare two requested configurations to see if they would return the same data. |
|
bool | operator!= (const SharpnessMapConfig &other) const |
Compare two requested configurations to see if they would return the same data. |
|
Public Attributes |
|
Size | size |
The requested sharpness map resolution. |
|
bool | enabled |
Whether or not a sharpness map should be generated. |
The configuration of the sharpness map generator.
A sharpness map of a given resolution can be computed. Currently this is computed over the entire image.
bool FCam::SharpnessMapConfig::operator== | ( | const SharpnessMapConfig & | other | ) | const [inline] |
Compare two requested configurations to see if they would return the same data.
bool FCam::SharpnessMapConfig::operator!= | ( | const SharpnessMapConfig & | other | ) | const [inline] |
Compare two requested configurations to see if they would return the same data.
The requested sharpness map resolution.
Whether or not a sharpness map should be generated.
Copyright (c) 2012, Nokia Corporation and/or its subsidiary(-ies). All rights reserved. See Copyright. |
MeeGo 1.2 Harmattan API
|