Blender V5.0
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.

References image.

Referenced by ProjectiveCamera().

◆ ProjectiveCamera() [2/2]

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

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

References image, P, and ProjectiveCamera().

Member Data Documentation

◆ image

int libmv::ProjectiveCamera::image

◆ P


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