#include <Base.h>


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 desired sharpness map resolution. | |
| bool | enabled |
| Whether or not a sharpness map should be generated. | |
A sharpness map of a given resolution can be computed. Currently this is computed over the entire image.
Definition at line 148 of file Base.h.
| bool FCam::SharpnessMapConfig::operator== | ( | const SharpnessMapConfig & | other | ) | const [inline] |
| bool FCam::SharpnessMapConfig::operator!= | ( | const SharpnessMapConfig & | other | ) | const [inline] |
1.5.6