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

Go to the source code of this file.

Classes

struct  calib::OptimizeHomographyResult
 

Namespaces

namespace  calib
 Linear multi-camera extrinsics initialisation (DLT)
 

Functions

auto calib::optimize_homography (const PlanarView &data, const Eigen::Matrix3d &init_h, const OptimOptions &options={}) -> OptimizeHomographyResult