#include <librealsense2/rs.hpp>
#include "example.hpp"
#include <map>
#include <string>
#include <thread>
#include <atomic>
#include <imgui.h>
#include "imgui_impl_glfw.h"
Go to the source code of this file.
Classes | |
class | filter_options |
struct | filter_slider_ui |
Functions | |
int | main (int argc, char *argv[]) |
void | render_ui (float w, float h, std::vector< filter_options > &filters) |
void | update_data (rs2::frame_queue &data, rs2::frame &depth, rs2::points &points, rs2::pointcloud &pc, glfw_state &view, rs2::colorizer &color_map) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file rs-post-processing.cpp.
void render_ui | ( | float | w, |
float | h, | ||
std::vector< filter_options > & | filters | ||
) |
Definition at line 244 of file rs-post-processing.cpp.
void update_data | ( | rs2::frame_queue & | data, |
rs2::frame & | depth, | ||
rs2::points & | points, | ||
rs2::pointcloud & | pc, | ||
glfw_state & | view, | ||
rs2::colorizer & | color_map | ||
) |
Definition at line 232 of file rs-post-processing.cpp.