threshold.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2017 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 #include "synthetic-stream.h"
7 
8 namespace rs2
9 {
10  class stream_profile;
11 }
12 
13 namespace librealsense
14 {
16  {
17  public:
18  threshold();
19 
20  protected:
21  rs2::frame process_frame(const rs2::frame_source& source, const rs2::frame& f) override;
22 
23  private:
26 
27  float _min, _max;
28  };
30 }
rs2::stream_profile _source_stream_profile
Definition: threshold.h:25
Definition: cah-model.h:10
GLdouble f
#define MAP_EXTENSION(E, T)
Definition: extension.h:10
GLsizei GLsizei GLchar * source
rs2::stream_profile _target_stream_profile
Definition: threshold.h:24


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:11