Public Attributes
Tango3DR_CameraCalibration Struct Reference

#include <tango_3d_reconstruction_api.h>

List of all members.

Public Attributes

Tango3DR_TangoCalibrationType calibration_type
double cx
 Principal point x coordinate on the image, in pixels.
double cy
 Principal point y coordinate on the image, in pixels.
double distortion [5]
 Distortion coefficients.
double fx
 Focal length, x axis, in pixels.
double fy
 Focal length, y axis, in pixels.
uint32_t height
 The height of the image in pixels.
uint32_t width
 The width of the image in pixels.

Detailed Description

The Tango3DR_CameraCalibration struct contains intrinsic parameters for a camera.

The fields have the same meaning as in TangoCameraIntrinsics.

Definition at line 168 of file tango_3d_reconstruction_api.h.


Member Data Documentation

The type of distortion model used. This determines the meaning of the distortion coefficients.

Definition at line 171 of file tango_3d_reconstruction_api.h.

Principal point x coordinate on the image, in pixels.

Definition at line 183 of file tango_3d_reconstruction_api.h.

Principal point y coordinate on the image, in pixels.

Definition at line 185 of file tango_3d_reconstruction_api.h.

Distortion coefficients.

Definition at line 188 of file tango_3d_reconstruction_api.h.

Focal length, x axis, in pixels.

Definition at line 179 of file tango_3d_reconstruction_api.h.

Focal length, y axis, in pixels.

Definition at line 181 of file tango_3d_reconstruction_api.h.

The height of the image in pixels.

Definition at line 176 of file tango_3d_reconstruction_api.h.

The width of the image in pixels.

Definition at line 174 of file tango_3d_reconstruction_api.h.


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


tango_3d_reconstruction
Author(s):
autogenerated on Thu Jun 6 2019 19:49:50