$search
Stores some basic camera information in OpenCV format. More...
#include <streamer.hpp>
Public Attributes | |
Mat | cameraMatrix |
Size | cameraSize |
Mat | distCoeffs |
Mat | imageSize |
Mat | newCamMat |
Mat | R |
Mat | T |
Stores some basic camera information in OpenCV format.
Definition at line 131 of file streamer.hpp.
Definition at line 132 of file streamer.hpp.
Size camData_::cameraSize |
Definition at line 134 of file streamer.hpp.
Definition at line 132 of file streamer.hpp.
Definition at line 132 of file streamer.hpp.
Definition at line 135 of file streamer.hpp.
Mat camData_::R |
Definition at line 137 of file streamer.hpp.
Mat camData_::T |
Definition at line 137 of file streamer.hpp.