Blender  V3.3
Public Member Functions | Public Attributes | List of all members
libmv::ProjectiveCamera Struct Reference

#include <reconstruction.h>

Public Member Functions

 ProjectiveCamera ()
 
 ProjectiveCamera (const ProjectiveCamera &c)
 

Public Attributes

int image
 
Mat34 P
 

Detailed Description

A ProjectiveCamera is the projection matrix for the camera of image.

image identify which image from this camera represents. P is the 3x4 projection matrix. ProjectiveReconstruction

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

Constructor & Destructor Documentation

◆ ProjectiveCamera() [1/2]

libmv::ProjectiveCamera::ProjectiveCamera ( )
inline

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

◆ ProjectiveCamera() [2/2]

libmv::ProjectiveCamera::ProjectiveCamera ( const ProjectiveCamera c)
inline

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

Member Data Documentation

◆ image

int libmv::ProjectiveCamera::image

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

◆ P

Mat34 libmv::ProjectiveCamera::P

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


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