Interface to denoise settings.
More...
#include <Settings.h>
List of all members.
Public Member Functions |
virtual Status | setDenoiseMode (const DenoiseMode &mode)=0 |
| Sets the denoise (noise reduction) mode for the request.
|
virtual DenoiseMode | getDenoiseMode () const =0 |
| Returns the denoise mode for the request.
|
virtual Status | setDenoiseStrength (float strength)=0 |
| Sets the strength for the denoise operation.
|
virtual float | getDenoiseStrength () const =0 |
| Returns the denoise strength.
|
Detailed Description
Interface to denoise settings.
Definition at line 597 of file Settings.h.
Constructor & Destructor Documentation
Argus::IDenoiseSettings::~IDenoiseSettings |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
virtual DenoiseMode Argus::IDenoiseSettings::getDenoiseMode |
( |
| ) |
const |
|
pure virtual |
Returns the denoise mode for the request.
virtual float Argus::IDenoiseSettings::getDenoiseStrength |
( |
| ) |
const |
|
pure virtual |
Returns the denoise strength.
static const InterfaceID& Argus::IDenoiseSettings::id |
( |
| ) |
|
|
inlinestatic |
virtual Status Argus::IDenoiseSettings::setDenoiseMode |
( |
const DenoiseMode & |
mode | ) |
|
|
pure virtual |
Sets the denoise (noise reduction) mode for the request.
- Parameters:
-
[in] | mode | The denoise mode: OFF: Denoise algorithms are disabled. FAST: Noise reduction will be enabled, but it will not slow down the capture rate. HIGH_QUALITY: Maximum noise reduction will be enabled to achieve the highest quality, but may slow down the capture rate. |
- Returns:
- success/status of the call.
virtual Status Argus::IDenoiseSettings::setDenoiseStrength |
( |
float |
strength | ) |
|
|
pure virtual |
Sets the strength for the denoise operation.
- Parameters:
-
[in] | strength | The denoise strength. This must be within the range [0.0, 1.0], where 0.0 is the least and 1.0 is the most amount of noise reduction that can be applied. This denoise strength is relative to the current noise reduction mode; using a FAST denoise mode with a full strength of 1.0 may not perform as well as using a HIGH_QUALITY mode with a lower relative strength. |
- Returns:
- success/status of the call.
The documentation for this class was generated from the following file: