Industrial Calibration  1.0.0
Loading...
Searching...
No Matches
industrial_calibration::MutableCalibCameraIntrinsics< T > Struct Template Reference

Public Member Functions

 MutableCalibCameraIntrinsics (T *data)
 
const T & fx () const
 
const T & fy () const
 
const T & cx () const
 
const T & cy () const
 
const T & k1 () const
 
const T & k2 () const
 
const T & p1 () const
 
const T & p2 () const
 
const T & k3 () const
 
T & fx ()
 
T & fy ()
 
T & cx ()
 
T & cy ()
 
T & k1 ()
 
T & k2 ()
 
T & p1 ()
 
T & p2 ()
 
T & k3 ()
 

Static Public Member Functions

static constexpr std::size_t size ()
 

Public Attributes

T * data