Zivid C++ API 2.11.1+de9b5dae-1
Classes | Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::Settings::Processing::Filters::Noise::Suppression Class Reference

Reduce noise and outliers in the point cloud. This filter can also be used to reduce ripple effects caused by interreflections. Consider disabling this filter if you need to distinguish very fine details and thus need to avoid any smoothing effects. More...

#include <Zivid/Settings.h>

Classes

class  Enabled
 Enable or disable noise suppression. More...
 

Public Types

using Descendants = std::tuple< Settings::Processing::Filters::Noise::Suppression::Enabled >
 

Public Member Functions

 Suppression ()
 Default constructor.
 
template<typename... Args>
 Suppression (Args &&...args)
 Constructor taking variadic number of arguments.
 
template<typename... Args>
void set (Args &&...args)
 Set multiple arguments.
 
template<typename... Args>
Suppression copyWith (Args &&...args) const
 Returns a copy of this object with the given argument(s) set to the new value(s)
 
const EnabledisEnabled () const
 Get Enabled.
 
EnabledisEnabled ()
 Get Enabled.
 
Suppressionset (const Enabled &value)
 Set Enabled.
 
template<typename T , typename std::enable_if< std::is_same< T, Settings::Processing::Filters::Noise::Suppression::Enabled >::value, int >::type = 0>
const Settings::Processing::Filters::Noise::Suppression::Enabledget () const
 
template<size_t i, typename std::enable_if< i==0, int >::type = 0>
const Settings::Processing::Filters::Noise::Suppression::Enabledget () const
 
template<typename F >
void forEach (const F &f) const
 Run the given function on each direct member with the value of the member as parameter.
 
template<typename F >
void forEach (const F &f)
 Run the given function on each direct member with the value of the member as parameter.
 
bool operator== (const Suppression &other) const
 Equality operator.
 
bool operator!= (const Suppression &other) const
 Inequality operator.
 
std::string toString () const
 Get the value as string.
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::group
 The type of this node.
 
static constexpr const charpath { "Processing/Filters/Noise/Suppression" }
 The full path for this value.
 
static constexpr const charname { "Suppression" }
 The name of this value.
 
static constexpr const chardescription
 The description for this value.
 

Friends

struct DataModel::Detail::Befriend< Suppression >
 
std::ostream & operator<< (std::ostream &stream, const Suppression &value)
 Operator to send the value as string to a stream.
 

Detailed Description

Reduce noise and outliers in the point cloud. This filter can also be used to reduce ripple effects caused by interreflections. Consider disabling this filter if you need to distinguish very fine details and thus need to avoid any smoothing effects.

Member Typedef Documentation

◆ Descendants

Constructor & Destructor Documentation

◆ Suppression() [1/2]

Zivid::Settings::Processing::Filters::Noise::Suppression::Suppression ( )

Default constructor.

◆ Suppression() [2/2]

template<typename... Args>
Zivid::Settings::Processing::Filters::Noise::Suppression::Suppression ( Args &&...  args)
inlineexplicit

Constructor taking variadic number of arguments.

One or more descendant types can be provided. All types not provided will be set to their default value. The result is the same as default constructing Suppression then invoking set(args).

The provided arguments must be descendants of Suppression. These types can be provided:

Member Function Documentation

◆ copyWith()

template<typename... Args>
Suppression Zivid::Settings::Processing::Filters::Noise::Suppression::copyWith ( Args &&...  args) const
inline

Returns a copy of this object with the given argument(s) set to the new value(s)

Creates a copy of this Suppression object, then invokes set(args) on the copy, and finally returns the copy. This method does not modify the original object.

The provided arguments must be descendants of Suppression. These types can be provided:

◆ forEach() [1/2]

template<typename F >
void Zivid::Settings::Processing::Filters::Noise::Suppression::forEach ( const F f)
inline

Run the given function on each direct member with the value of the member as parameter.

◆ forEach() [2/2]

template<typename F >
void Zivid::Settings::Processing::Filters::Noise::Suppression::forEach ( const F f) const
inline

Run the given function on each direct member with the value of the member as parameter.

◆ get() [1/2]

template<typename T , typename std::enable_if< std::is_same< T, Settings::Processing::Filters::Noise::Suppression::Enabled >::value, int >::type = 0>
const Settings::Processing::Filters::Noise::Suppression::Enabled & Zivid::Settings::Processing::Filters::Noise::Suppression::get ( ) const
inline

◆ get() [2/2]

template<size_t i, typename std::enable_if< i==0, int >::type = 0>
const Settings::Processing::Filters::Noise::Suppression::Enabled & Zivid::Settings::Processing::Filters::Noise::Suppression::get ( ) const
inline

◆ isEnabled() [1/2]

Enabled & Zivid::Settings::Processing::Filters::Noise::Suppression::isEnabled ( )
inline

Get Enabled.

◆ isEnabled() [2/2]

const Enabled & Zivid::Settings::Processing::Filters::Noise::Suppression::isEnabled ( ) const
inline

Get Enabled.

◆ operator!=()

Inequality operator.

◆ operator==()

Equality operator.

◆ set() [1/2]

template<typename... Args>
void Zivid::Settings::Processing::Filters::Noise::Suppression::set ( Args &&...  args)
inline

Set multiple arguments.

The method invokes set(arg) with each of the provided arguments.

The provided arguments must be descendants of Suppression. These types can be provided:

◆ set() [2/2]

Suppression & Zivid::Settings::Processing::Filters::Noise::Suppression::set ( const Enabled value)
inline

Set Enabled.

◆ toString()

std::string Zivid::Settings::Processing::Filters::Noise::Suppression::toString ( ) const

Get the value as string.

Friends And Related Symbol Documentation

◆ DataModel::Detail::Befriend< Suppression >

friend struct DataModel::Detail::Befriend< Suppression >
friend

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const Suppression value 
)
friend

Operator to send the value as string to a stream.

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::Processing::Filters::Noise::Suppression::description
staticconstexpr
Initial value:
{
R"description(Reduce noise and outliers in the point cloud. This filter can also be used to reduce
ripple effects caused by interreflections. Consider disabling this filter if you need to
distinguish very fine details and thus need to avoid any smoothing effects.
)description"
}

The description for this value.

◆ name

constexpr const char* Zivid::Settings::Processing::Filters::Noise::Suppression::name { "Suppression" }
staticconstexpr

The name of this value.

◆ nodeType

constexpr DataModel::NodeType Zivid::Settings::Processing::Filters::Noise::Suppression::nodeType = DataModel::NodeType::group
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::Settings::Processing::Filters::Noise::Suppression::path { "Processing/Filters/Noise/Suppression" }
staticconstexpr

The full path for this value.


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