Jetson Linux API Reference

32.7.1 Release
Argus::IDenoiseSettings Class Referenceabstract

Detailed Description

Interface to denoise settings.

Definition at line 597 of file Settings.h.

Inheritance diagram for Argus::IDenoiseSettings:
Collaboration diagram for Argus::IDenoiseSettings:

Public Member Functions

virtual Status setDenoiseMode (const DenoiseMode &mode)=0
 Sets the denoise (noise reduction) mode for the request. More...
 
virtual DenoiseMode getDenoiseMode () const =0
 Returns the denoise mode for the request. More...
 
virtual Status setDenoiseStrength (float strength)=0
 Sets the strength for the denoise operation. More...
 
virtual float getDenoiseStrength () const =0
 Returns the denoise strength. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IDenoiseSettings ()
 

Constructor & Destructor Documentation

◆ ~IDenoiseSettings()

Argus::IDenoiseSettings::~IDenoiseSettings ( )
inlineprotected

Definition at line 636 of file Settings.h.

Member Function Documentation

◆ getDenoiseMode()

virtual DenoiseMode Argus::IDenoiseSettings::getDenoiseMode ( ) const
pure virtual

Returns the denoise mode for the request.

◆ getDenoiseStrength()

virtual float Argus::IDenoiseSettings::getDenoiseStrength ( ) const
pure virtual

Returns the denoise strength.

◆ id()

static const InterfaceID& Argus::IDenoiseSettings::id ( )
inlinestatic

Definition at line 600 of file Settings.h.

◆ setDenoiseMode()

virtual Status Argus::IDenoiseSettings::setDenoiseMode ( const DenoiseMode &  mode)
pure virtual

Sets the denoise (noise reduction) mode for the request.

Parameters
[in]modeThe 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.

◆ setDenoiseStrength()

virtual Status Argus::IDenoiseSettings::setDenoiseStrength ( float  strength)
pure virtual

Sets the strength for the denoise operation.

Parameters
[in]strengthThe 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: