Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
planarpose.h File Reference
#include <Eigen/Geometry>
#include "calib/estimation/linear/planarpose.h"
#include "calib/estimation/optim/optimize.h"
Include dependency graph for planarpose.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  calib::PlanarPoseOptions
 
struct  calib::PlanarPoseResult
 

Namespaces

namespace  calib
 Linear multi-camera extrinsics initialisation (DLT)
 

Functions

auto calib::optimize_planar_pose (const PlanarView &view, const CameraMatrix &intrinsics, const Eigen::Isometry3d &init_pose, const PlanarPoseOptions &opts={}) -> PlanarPoseResult