FCam::SharpnessMapConfig Class Reference

The configuration of the sharpness map generator. More...

#include <Base.h>

Inheritance diagram for FCam::SharpnessMapConfig:

Inheritance graph
[legend]
Collaboration diagram for FCam::SharpnessMapConfig:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

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.

Definition at line 148 of file Base.h.


Member Function Documentation

bool FCam::SharpnessMapConfig::operator== ( const SharpnessMapConfig other  )  const [inline]

Compare two requested configurations to see if they would return the same data.

Definition at line 163 of file Base.h.

bool FCam::SharpnessMapConfig::operator!= ( const SharpnessMapConfig other  )  const [inline]

Compare two requested configurations to see if they would return the same data.

Definition at line 171 of file Base.h.


Member Data Documentation

The desired sharpness map resolution.

Current this is ignored and set to 16 x 12.

Definition at line 156 of file Base.h.

Whether or not a sharpness map should be generated.

Definition at line 159 of file Base.h.


The documentation for this class was generated from the following file:

Generated on Mon Jan 18 20:48:13 2010 for FCam by  doxygen 1.5.6