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

#include <distortion.h>

Public Attributes

Eigen::Matrix< T, Eigen::Dynamic, 1 > distortion
 
Eigen::Matrix< T, Eigen::Dynamic, 1 > residuals
 

Detailed Description

template<typename T>
struct calib::DistortionWithResiduals< T >

Definition at line 137 of file distortion.h.

Member Data Documentation

◆ distortion

template<typename T >
Eigen::Matrix<T, Eigen::Dynamic, 1> calib::DistortionWithResiduals< T >::distortion

Definition at line 138 of file distortion.h.

◆ residuals

template<typename T >
Eigen::Matrix<T, Eigen::Dynamic, 1> calib::DistortionWithResiduals< T >::residuals

Definition at line 139 of file distortion.h.


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