43 #ifndef __OPENCV_STITCHING_CAMERA_HPP__
44 #define __OPENCV_STITCHING_CAMERA_HPP__
54 CameraParams(
const CameraParams& other);
55 const CameraParams& operator =(
const CameraParams& other);
69 #endif // #ifndef __OPENCV_STITCHING_CAMERA_HPP__
double ppx
Definition: camera.hpp:60
Mat R
Definition: camera.hpp:62
Mat t
Definition: camera.hpp:63
double focal
Definition: camera.hpp:58
double ppy
Definition: camera.hpp:61
The n-dimensional matrix class.
Definition: core.hpp:1688
Definition: camera.hpp:51
double aspect
Definition: camera.hpp:59