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

#include <scheimpflug.h>

Public Attributes

double tau_x {0}
 Tilt around the X axis (radians)
 
double tau_y {0}
 Tilt around the Y axis (radians)
 

Detailed Description

Definition at line 18 of file scheimpflug.h.

Member Data Documentation

◆ tau_x

double calib::ScheimpflugAngles::tau_x {0}

Tilt around the X axis (radians)

Definition at line 19 of file scheimpflug.h.

◆ tau_y

double calib::ScheimpflugAngles::tau_y {0}

Tilt around the Y axis (radians)

Definition at line 20 of file scheimpflug.h.


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