Class decimation_filter

Inheritance Relationships

Base Type

Class Documentation

class decimation_filter : public rs2::filter

Public Functions

inline decimation_filter()

Create decimation filter Decimation filter performs downsampling by using the median with specific kernel size

inline decimation_filter(float magnitude)

Create decimation filter Decimation filter performs downsampling by using the median with specific kernel size

Parameters:

magnitude[in] - number of filter iterations.

inline decimation_filter(filter f)