Class hole_filling_filter

Inheritance Relationships

Base Type

Class Documentation

class hole_filling_filter : public rs2::filter

Public Functions

inline hole_filling_filter()

Create hole filling filter The processing performed depends on the selected hole filling mode.

inline hole_filling_filter(int mode)

Create hole filling filter The processing performed depends on the selected hole filling mode.

Parameters:

mode[in] - select the hole fill mode: 0 - fill_from_left - Use the value from the left neighbor pixel to fill the hole 1 - farest_from_around - Use the value from the neighboring pixel which is furthest away from the sensor 2 - nearest_from_around - - Use the value from the neighboring pixel closest to the sensor

inline hole_filling_filter(filter f)