Class threshold_filter

Inheritance Relationships

Base Type

Class Documentation

class threshold_filter : public rs2::filter

Public Functions

inline threshold_filter(float min_dist = 0.15f, float max_dist = 4.f)

Creates depth thresholding filter By controlling min and max options on the block, one could filter out depth values that are either too large or too small, as a software post-processing step

inline threshold_filter(filter f)

Protected Functions

inline threshold_filter(std::shared_ptr<rs2_processing_block> block)