Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wrappers
unrealengine4
Plugins
RealSense
Source
RealSense
Private
DepthColorizer.h
Go to the documentation of this file.
1
#pragma once
2
#include "
RealSenseNative.h
"
3
4
namespace
rs2_utils
{
5
6
struct
depth_pixel
{
uint8_t
r
,
g
,
b
,
a
; };
7
8
void
colorize_depth
(
depth_pixel
*
dst
,
const
rs2::video_frame
&
depth
,
int
colormap_id,
float
depth_min,
float
depth_max,
float
depth_units
,
bool
equalize);
9
10
};
rs2::video_frame
Definition:
rs_frame.hpp:636
rs2_utils
Definition:
DepthColorizer.cpp:5
depth
GLint GLint GLsizei GLsizei GLsizei depth
Definition:
glad/glad/glad.h:2399
dst
GLenum GLenum dst
Definition:
glext.h:1751
uint8_t
unsigned char uint8_t
Definition:
stdint.h:78
rs2_utils::depth_pixel::g
uint8_t g
Definition:
DepthColorizer.h:6
rs2_utils::depth_pixel
Definition:
DepthColorizer.h:6
rs2_utils::depth_pixel::r
uint8_t r
Definition:
DepthColorizer.h:6
depth_units
Definition:
unit-tests-post-processing.h:83
rs2_utils::depth_pixel::b
uint8_t b
Definition:
DepthColorizer.h:6
RealSenseNative.h
rs2_utils::colorize_depth
void colorize_depth(depth_pixel *dst, const rs2::video_frame &depth, int colormap_id, float depth_min, float depth_max, float depth_units, bool equalize)
Definition:
DepthColorizer.cpp:81
rs2_utils::depth_pixel::a
uint8_t a
Definition:
DepthColorizer.h:6
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:12