Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
proc
identity-processing-block.cpp
Go to the documentation of this file.
1
// License: Apache 2.0. See LICENSE file in root directory.
2
// Copyright(c) 2019 Intel Corporation. All Rights Reserved.
3
4
#include "
identity-processing-block.h
"
5
#include "
image.h
"
6
7
librealsense::identity_processing_block::identity_processing_block
() :
8
identity_processing_block
(
"Identity processing block"
)
9
{
10
}
11
12
librealsense::identity_processing_block::identity_processing_block
(
const
char
*
name
) :
13
stream_filter_processing_block
(name)
14
{
15
}
16
17
rs2::frame
librealsense::identity_processing_block::process_frame
(
const
rs2::frame_source
&
source
,
const
rs2::frame
&
f
)
18
{
19
return
f
;
20
}
rs2::frame
Definition:
rs_frame.hpp:343
name
GLuint const GLchar * name
Definition:
glad/glad/glad.h:2778
f
GLdouble f
Definition:
glad/glad/glad.h:1518
image.h
rs2::frame_source
Definition:
rs_processing.hpp:18
librealsense::identity_processing_block::identity_processing_block
identity_processing_block()
Definition:
identity-processing-block.cpp:7
source
GLsizei GLsizei GLchar * source
Definition:
glad/glad/glad.h:2829
librealsense::identity_processing_block
Definition:
identity-processing-block.h:10
librealsense::identity_processing_block::process_frame
rs2::frame process_frame(const rs2::frame_source &source, const rs2::frame &f) override
Definition:
identity-processing-block.cpp:17
identity-processing-block.h
librealsense::stream_filter_processing_block
Definition:
synthetic-stream.h:129
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:16