Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
src
proc
align.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 "
core/processing.h
"
7
#include "
proc/synthetic-stream.h
"
8
#include "
image.h
"
9
#include "
source.h
"
10
11
namespace
librealsense
12
{
13
class
align
:
public
processing_block
14
{
15
public
:
16
align
(
rs2_stream
align_to);
17
18
private
:
19
void
on_frame
(
frame_holder
frameset,
librealsense::synthetic_source_interface
* source);
20
rs2_stream
_to_stream_type;
21
};
22
}
librealsense::processing_block
Definition:
synthetic-stream.h:41
librealsense::on_frame
std::function< void(frame_interface *)> on_frame
Definition:
streaming.h:103
librealsense
Definition:
algo.h:16
image.h
librealsense::align
Definition:
align.h:13
synthetic-stream.h
rs2_stream
rs2_stream
Streams are different types of data provided by RealSense devices.
Definition:
rs_sensor.h:36
source.h
librealsense::frame_holder
Definition:
types.h:587
librealsense::synthetic_source_interface
Definition:
processing.h:19
processing.h
librealsense::align::align
align(rs2_stream align_to)
Generated by
1.8.14