Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::OptimizeHomographyResult Struct Referencefinal

#include <homography.h>

Collaboration diagram for calib::OptimizeHomographyResult:

Public Attributes

OptimResult core
 Core optimization result.
 
Eigen::Matrix3d homography
 

Detailed Description

Definition at line 12 of file homography.h.

Member Data Documentation

◆ core

OptimResult calib::OptimizeHomographyResult::core

Core optimization result.

Definition at line 13 of file homography.h.

◆ homography

Eigen::Matrix3d calib::OptimizeHomographyResult::homography

Definition at line 14 of file homography.h.


The documentation for this struct was generated from the following file: