MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

FCam::SharpnessMapConfig Class Reference

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

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 requested 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.


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.

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

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


Member Data Documentation

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