10#include <Eigen/Geometry>
34 Eigen::Isometry3d
c_se3_t = Eigen::Isometry3d::Identity();
59 const Eigen::Matrix3d& hmtx) -> double;
Linear multi-camera extrinsics initialisation (DLT)
auto pose_from_homography(const CameraMatrix &kmtx, const Eigen::Matrix3d &hmtx) -> PoseFromHResult
Estimates the camera pose from a homography matrix.
auto homography_consistency_fro(const CameraMatrix &kmtx, const Eigen::Isometry3d &c_se3_t, const Eigen::Matrix3d &hmtx) -> double
A quick consistency check.
Recover target->camera pose (R,t) from camera matrix K and planar homography H.
Eigen::Isometry3d c_se3_t