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

#include <dataset.h>

Public Attributes

double x = 0.0
 
double y = 0.0
 
int id = -1
 
double local_x = 0.0
 
double local_y = 0.0
 
double local_z = 0.0
 

Detailed Description

Definition at line 15 of file dataset.h.

Member Data Documentation

◆ id

int calib::pipeline::PlanarTargetPoint::id = -1

Definition at line 18 of file dataset.h.

◆ local_x

double calib::pipeline::PlanarTargetPoint::local_x = 0.0

Definition at line 19 of file dataset.h.

◆ local_y

double calib::pipeline::PlanarTargetPoint::local_y = 0.0

Definition at line 20 of file dataset.h.

◆ local_z

double calib::pipeline::PlanarTargetPoint::local_z = 0.0

Definition at line 21 of file dataset.h.

◆ x

double calib::pipeline::PlanarTargetPoint::x = 0.0

Definition at line 16 of file dataset.h.

◆ y

double calib::pipeline::PlanarTargetPoint::y = 0.0

Definition at line 17 of file dataset.h.


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