#include "DepthColorizer.h"
#include "PCH.h"
#include "ColorMap.inl"
Go to the source code of this file.
|
void | rs2_utils::colorize_depth (depth_pixel *dst, const rs2::video_frame &depth, int colormap_id, float depth_min, float depth_max, float depth_units, bool equalize) |
|
void | rs2_utils::make_equalized_histogram (depth_pixel *dst, const rs2::video_frame &depth, const color_map &cm) |
|
void | rs2_utils::make_value_cropped_frame (depth_pixel *dst, const rs2::video_frame &depth, const color_map &cm, float depth_min, float depth_max, float depth_units) |
|