calibration-model.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <librealsense2/rs.hpp>
4 #include "ux-window.h"
5 
6 namespace librealsense
7 {
8  struct float3x3;
9 }
10 
11 namespace rs2
12 {
14  {
15  public:
17 
18  bool supports();
19 
20  void update(ux_window& window, std::string& error_message);
21 
22  void open() { to_open = true; }
23 
24  private:
25  void draw_float4x4(std::string name, librealsense::float3x3& feild, const librealsense::float3x3& original, bool& changed);
26  void draw_float(std::string name, float& x, const float& orig, bool& changed);
27 
29  bool to_open = false;
30  bool _accept = false;
31 
32  std::vector<uint8_t> _calibration;
33  std::vector<uint8_t> _original;
34 
35  int selected_resolution = 0;
36  };
37 }
orig
Definition: rmse.py:46
std::vector< uint8_t > _calibration
GLuint const GLchar * name
Definition: cah-model.h:10
GLsizei const GLchar *const * string
void update(rs2::update_device fwu_dev, std::vector< uint8_t > fw_image)
GLdouble x
std::vector< uint8_t > _original


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:45:07