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

#include <planarpose.h>

Collaboration diagram for calib::PlanarPoseResult:

Public Attributes

OptimResult core
 Core optimization result.
 
Eigen::Isometry3d pose
 Estimated pose of the plane.
 
Eigen::VectorXd distortion
 Estimated distortion coefficients.
 
double reprojection_error = 0.0
 RMS reprojection error.
 

Detailed Description

Definition at line 17 of file planarpose.h.

Member Data Documentation

◆ core

OptimResult calib::PlanarPoseResult::core

Core optimization result.

Definition at line 18 of file planarpose.h.

◆ distortion

Eigen::VectorXd calib::PlanarPoseResult::distortion

Estimated distortion coefficients.

Definition at line 20 of file planarpose.h.

◆ pose

Eigen::Isometry3d calib::PlanarPoseResult::pose

Estimated pose of the plane.

Definition at line 19 of file planarpose.h.

◆ reprojection_error

double calib::PlanarPoseResult::reprojection_error = 0.0

RMS reprojection error.

Definition at line 21 of file planarpose.h.


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