Public Member Functions | Public Attributes
pcl::texture_mapping::Camera Struct Reference

Structure to store camera pose and focal length. More...

#include <texture_mapping.h>

List of all members.

Public Member Functions

 Camera ()

Public Attributes

double center_h
double center_w
cv::Mat depth
double focal_length
double focal_length_h
double focal_length_w
double height
Eigen::Affine3f pose
std::vector< double > roi
std::string texture_file
double width

Detailed Description

Structure to store camera pose and focal length.

One can assign a value to focal_length, to be used along both camera axes or, optionally, axis-specific values (focal_length_w and focal_length_h). Optionally, one can also specify center-of-focus using parameters center_w and center_h. If the center-of-focus is not specified, it will be set to the geometric center of the camera, as defined by the width and height parameters.

Definition at line 67 of file texture_mapping.h.


Constructor & Destructor Documentation

Definition at line 69 of file texture_mapping.h.


Member Data Documentation

Definition at line 76 of file texture_mapping.h.

Definition at line 75 of file texture_mapping.h.

Definition at line 81 of file texture_mapping.h.

Definition at line 72 of file texture_mapping.h.

Definition at line 74 of file texture_mapping.h.

Definition at line 73 of file texture_mapping.h.

Definition at line 77 of file texture_mapping.h.

Definition at line 71 of file texture_mapping.h.

std::vector<double> pcl::texture_mapping::Camera::roi

Definition at line 80 of file texture_mapping.h.

Definition at line 79 of file texture_mapping.h.

Definition at line 78 of file texture_mapping.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:40