Blender V4.3
libmv::EuclideanCamera Struct Reference

#include <reconstruction.h>

Public Member Functions

 EuclideanCamera ()
 
 EuclideanCamera (const EuclideanCamera &c)
 

Public Attributes

int image
 
Mat3 R
 
Vec3 t
 

Detailed Description

Constructor & Destructor Documentation

◆ EuclideanCamera() [1/2]

libmv::EuclideanCamera::EuclideanCamera ( )
inline

Definition at line 41 of file libmv/simple_pipeline/reconstruction.h.

◆ EuclideanCamera() [2/2]

libmv::EuclideanCamera::EuclideanCamera ( const EuclideanCamera & c)
inline

Definition at line 42 of file libmv/simple_pipeline/reconstruction.h.

Member Data Documentation

◆ image

int libmv::EuclideanCamera::image

Definition at line 44 of file libmv/simple_pipeline/reconstruction.h.

◆ R

Mat3 libmv::EuclideanCamera::R

Definition at line 45 of file libmv/simple_pipeline/reconstruction.h.

◆ t

Vec3 libmv::EuclideanCamera::t

Definition at line 46 of file libmv/simple_pipeline/reconstruction.h.


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