| 
|   | CameraIntrinsics () | 
|   | Default constructor  More...
  | 
|   | 
|   | CameraIntrinsics (const std::string &fileName) | 
|   | Construct CameraIntrinsics by loading from file  More...
  | 
|   | 
| template<typename... Args>  | 
|   | CameraIntrinsics (Args &&...args) | 
|   | Constructor taking variadic number of arguments  More...
  | 
|   | 
| template<typename... Args>  | 
| void  | set (Args &&...args) | 
|   | Set multiple arguments  More...
  | 
|   | 
| template<typename... Args>  | 
| CameraIntrinsics  | copyWith (Args &&...args) const | 
|   | Returns a copy of this object with the given argument(s) set to the new value(s)  More...
  | 
|   | 
| const CameraMatrix &  | cameraMatrix () const | 
|   | Get CameraMatrix  More...
  | 
|   | 
| CameraMatrix &  | cameraMatrix () | 
|   | Get CameraMatrix  More...
  | 
|   | 
| CameraIntrinsics &  | set (const CameraMatrix &value) | 
|   | Set CameraMatrix  More...
  | 
|   | 
| CameraIntrinsics &  | set (const CameraMatrix::CX &value) | 
|   | Set CameraMatrix::CX  More...
  | 
|   | 
| CameraIntrinsics &  | set (const CameraMatrix::CY &value) | 
|   | Set CameraMatrix::CY  More...
  | 
|   | 
| CameraIntrinsics &  | set (const CameraMatrix::FX &value) | 
|   | Set CameraMatrix::FX  More...
  | 
|   | 
| CameraIntrinsics &  | set (const CameraMatrix::FY &value) | 
|   | Set CameraMatrix::FY  More...
  | 
|   | 
| const Distortion &  | distortion () const | 
|   | Get Distortion  More...
  | 
|   | 
| Distortion &  | distortion () | 
|   | Get Distortion  More...
  | 
|   | 
| CameraIntrinsics &  | set (const Distortion &value) | 
|   | Set Distortion  More...
  | 
|   | 
| CameraIntrinsics &  | set (const Distortion::K1 &value) | 
|   | Set Distortion::K1  More...
  | 
|   | 
| CameraIntrinsics &  | set (const Distortion::K2 &value) | 
|   | Set Distortion::K2  More...
  | 
|   | 
| CameraIntrinsics &  | set (const Distortion::K3 &value) | 
|   | Set Distortion::K3  More...
  | 
|   | 
| CameraIntrinsics &  | set (const Distortion::P1 &value) | 
|   | Set Distortion::P1  More...
  | 
|   | 
| CameraIntrinsics &  | set (const Distortion::P2 &value) | 
|   | Set Distortion::P2  More...
  | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::CameraMatrix >::value, int >::type  = 0>  | 
| const CameraIntrinsics::CameraMatrix &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::CameraMatrix::CX >::value, int >::type  = 0>  | 
| const CameraIntrinsics::CameraMatrix::CX &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::CameraMatrix::CY >::value, int >::type  = 0>  | 
| const CameraIntrinsics::CameraMatrix::CY &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::CameraMatrix::FX >::value, int >::type  = 0>  | 
| const CameraIntrinsics::CameraMatrix::FX &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::CameraMatrix::FY >::value, int >::type  = 0>  | 
| const CameraIntrinsics::CameraMatrix::FY &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::Distortion >::value, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::Distortion::K1 >::value, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion::K1 &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::Distortion::K2 >::value, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion::K2 &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::Distortion::K3 >::value, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion::K3 &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::Distortion::P1 >::value, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion::P1 &  | get () const | 
|   | 
| template<typename T , typename std::enable_if< std::is_same< T, CameraIntrinsics::Distortion::P2 >::value, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion::P2 &  | get () const | 
|   | 
| template<size_t i, typename std::enable_if< i==0, int >::type  = 0>  | 
| const CameraIntrinsics::CameraMatrix &  | get () const | 
|   | 
| template<size_t i, typename std::enable_if< i==1, int >::type  = 0>  | 
| const CameraIntrinsics::Distortion &  | get () const | 
|   | 
| template<typename F >  | 
| void  | forEach (const F &f) const | 
|   | Run the given function on each direct member with the value of the member as parameter  More...
  | 
|   | 
| template<typename F >  | 
| void  | forEach (const F &f) | 
|   | Run the given function on each direct member with the value of the member as parameter  More...
  | 
|   | 
| bool  | operator== (const CameraIntrinsics &other) const | 
|   | Equality operator  More...
  | 
|   | 
| bool  | operator!= (const CameraIntrinsics &other) const | 
|   | Inequality operator  More...
  | 
|   | 
| std::string  | toString () const | 
|   | Get the value as string  More...
  | 
|   | 
| void  | save (const std::string &fileName) const | 
|   | Save to the given file  More...
  | 
|   | 
| void  | load (const std::string &fileName) | 
|   | Load from the given file  More...
  | 
|   | 
Information about the intrinsic parameters of the camera (OpenCV model)