![]() |
Home · All Classes · All Functions · | ![]() |
The QImageProcessingControl class provides an abstract class for controling image processing parameters, like white balance, contrast, saturation, sharpening and denoising. More...
#include <QImageProcessingControl>
This class is under development and is subject to change.
Inherits QMediaControl.
~QImageProcessingControl () | |
virtual qreal | contrast () const = 0 |
virtual qreal | denoisingLevel () const = 0 |
virtual bool | isDenoisingSupported () const = 0 |
virtual bool | isSharpeningSupported () const = 0 |
virtual int | manualWhiteBalance () const = 0 |
virtual qreal | saturation () const = 0 |
virtual void | setContrast ( qreal value ) = 0 |
virtual void | setDenoisingLevel ( qreal level ) = 0 |
virtual void | setManualWhiteBalance ( int colorTemperature ) = 0 |
virtual void | setSaturation ( qreal value ) = 0 |
virtual void | setSharpeningLevel ( qreal level ) = 0 |
virtual void | setWhiteBalanceMode ( QCamera::WhiteBalanceMode mode ) = 0 |
virtual qreal | sharpeningLevel () const = 0 |
virtual QCamera::WhiteBalanceModes | supportedWhiteBalanceModes () const = 0 |
virtual QCamera::WhiteBalanceMode | whiteBalanceMode () const = 0 |
QImageProcessingControl ( QObject * parent = 0 ) |
QImageProcessingControl_iid |
The QImageProcessingControl class provides an abstract class for controling image processing parameters, like white balance, contrast, saturation, sharpening and denoising.
The interface name of QImageProcessingControl is com.nokia.Qt.QImageProcessingControl/1.0 as defined in QImageProcessingControl_iid.
The Camera API of Qt Mobility is still in Technology Preview. It has not undergone the same level of review and testing as the rest of the APIs.
The API exposed by the classes in this component are not stable, and will undergo modification or removal prior to the final release of Qt Mobility.
See also QMediaService::control() and QCamera.
Constructs an image processing control object with parent.
Destruct the image processing control object.
Return the contrast.
See also setContrast().
Returns the denoising level.
See also setDenoisingLevel().
Returns true if denoising is supported.
Identifies if sharpening is supported.
Returns true if sharpening is supported; and false if it is not.
Return the manual white balance, in K.
See also setManualWhiteBalance().
Returns the saturation value.
See also setSaturation().
Set the contrast to value.
See also contrast().
Sets the denoising level.
See also denoisingLevel().
Set the white balance to colorTemperature
See also manualWhiteBalance().
Sets the saturation value to value.
See also saturation().
Sets the sharpening level.
See also sharpeningLevel().
Set the white balance mode to mode
See also whiteBalanceMode().
Returns the sharpening level.
See also setSharpeningLevel().
Return the list of supported white balance modes.
Return the white balance mode being used.
See also setWhiteBalanceMode().
com.nokia.Qt.QImageProcessingControl/1.0
Defines the interface name of the QImageProcessingControl class.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |