|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
This is the complete list of members for calib::PinholeCamera< DistortionT >, including all inherited members.
| apply_intrinsics(const Eigen::Matrix< T, 2, 1 > &pixel) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |
| distort(const Eigen::Matrix< T, 2, 1 > &norm_xy) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |
| distortion | calib::PinholeCamera< DistortionT > | |
| kmtx | calib::PinholeCamera< DistortionT > | |
| PinholeCamera()=default | calib::PinholeCamera< DistortionT > | |
| PinholeCamera(const CameraMatrixT< Scalar > &matrix, const DistortionT &distortion_model) | calib::PinholeCamera< DistortionT > | inline |
| PinholeCamera(const CameraMatrixT< Scalar > &matrix, const Eigen::MatrixBase< Derived > &coeffs) | calib::PinholeCamera< DistortionT > | inline |
| project(const Eigen::Matrix< T, 2, 1 > &norm_xy) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |
| project(const Eigen::Matrix< T, 3, 1 > &xyz) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |
| remove_intrinsics(const Eigen::Matrix< T, 2, 1 > &norm_xy) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |
| Scalar typedef | calib::PinholeCamera< DistortionT > | |
| undistort(const Eigen::Matrix< T, 2, 1 > &distorted_xy) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |
| unproject(const Eigen::Matrix< T, 2, 1 > &pixel) const -> Eigen::Matrix< T, 2, 1 > | calib::PinholeCamera< DistortionT > | inline |