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

#include <handeye.h>

Collaboration diagram for calib::HandeyeResult:

Public Attributes

OptimResult core
 Core optimization result.
 
Eigen::Isometry3d g_se3_c
 Estimated hand-eye transform (gripper -> camera)
 

Detailed Description

Definition at line 16 of file handeye.h.

Member Data Documentation

◆ core

OptimResult calib::HandeyeResult::core

Core optimization result.

Definition at line 17 of file handeye.h.

◆ g_se3_c

Eigen::Isometry3d calib::HandeyeResult::g_se3_c

Estimated hand-eye transform (gripper -> camera)

Definition at line 18 of file handeye.h.


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