|
Blender V5.0
|
#include <reconstruction.h>
Public Member Functions | |
| EuclideanCamera () | |
| EuclideanCamera (const EuclideanCamera &c) | |
Public Attributes | |
| int | image |
| Mat3 | R |
| Vec3 | t |
A EuclideanCamera is the location and rotation of the camera viewing image.
image identify which image from this camera represents. R is a 3x3 matrix representing the rotation of the camera. t is a translation vector representing its positions. Reconstruction
Definition at line 40 of file libmv/simple_pipeline/reconstruction.h.
|
inline |
Definition at line 41 of file libmv/simple_pipeline/reconstruction.h.
|
inline |
Definition at line 42 of file libmv/simple_pipeline/reconstruction.h.
Definition at line 44 of file libmv/simple_pipeline/reconstruction.h.
Definition at line 45 of file libmv/simple_pipeline/reconstruction.h.
Definition at line 46 of file libmv/simple_pipeline/reconstruction.h.