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

Go to the source code of this file.

Namespaces

namespace  calib
 Linear multi-camera extrinsics initialisation (DLT)
 

Functions

auto calib::zhang_intrinsics_from_hs (const std::vector< HomographyResult > &hs) -> std::optional< CameraMatrix >