#include <threshold.h>

Protected Member Functions | |
| rs2::frame | process_frame (const rs2::frame_source &source, const rs2::frame &f) override |
Protected Member Functions inherited from librealsense::stream_filter_processing_block | |
| bool | should_process (const rs2::frame &frame) override |
Protected Member Functions inherited from librealsense::generic_processing_block | |
| virtual rs2::frame | prepare_output (const rs2::frame_source &source, rs2::frame input, std::vector< rs2::frame > results) |
Private Attributes | |
| float | _max |
| float | _min |
| rs2::stream_profile | _source_stream_profile |
| rs2::stream_profile | _target_stream_profile |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::stream_filter_processing_block | |
| stream_filter | _stream_filter |
Protected Attributes inherited from librealsense::processing_block | |
| frame_processor_callback_ptr | _callback |
| std::mutex | _mutex |
| frame_source | _source |
| synthetic_source | _source_wrapper |
Protected Attributes inherited from librealsense::options_container | |
| std::map< rs2_option, std::shared_ptr< option > > | _options |
| std::function< void(const options_interface &)> | _recording_function = [](const options_interface&) {} |
Definition at line 15 of file threshold.h.
| librealsense::threshold::threshold | ( | ) |
Definition at line 16 of file threshold.cpp.
|
overrideprotectedvirtual |
Implements librealsense::generic_processing_block.
Definition at line 36 of file threshold.cpp.
|
private |
Definition at line 27 of file threshold.h.
|
private |
Definition at line 27 of file threshold.h.
|
private |
Definition at line 25 of file threshold.h.
|
private |
Definition at line 24 of file threshold.h.