|
| template<typename T > |
| static auto | from_array (const T *intr) -> PinholeCamera< BrownConrady< T > > |
| |
| static void | to_array (const PinholeCamera< DistortionT > &cam, std::array< double, param_count > &arr) |
| |
| template<typename T > |
| static Eigen::Matrix< T, 2, 1 > | apply_linear_intrinsics (const PinholeCamera< DistortionT > &cam, const Eigen::Matrix< T, 2, 1 > &mx_my) |
| |
| template<typename T > |
| static Eigen::Matrix< T, 2, 1 > | remove_linear_intrinsics (const PinholeCamera< DistortionT > &cam, const Eigen::Matrix< T, 2, 1 > &px_py) |
| |
template<distortion_model DistortionT>
struct calib::CameraTraits< PinholeCamera< DistortionT > >
Definition at line 118 of file pinhole.h.