Blender
V3.3
|
#include <reconstruction.h>
Public Member Functions | |
ProjectiveCamera () | |
ProjectiveCamera (const ProjectiveCamera &c) | |
Public Attributes | |
int | image |
Mat34 | P |
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.
|
inline |
Definition at line 142 of file libmv/simple_pipeline/reconstruction.h.
|
inline |
Definition at line 143 of file libmv/simple_pipeline/reconstruction.h.
int libmv::ProjectiveCamera::image |
Definition at line 145 of file libmv/simple_pipeline/reconstruction.h.
Mat34 libmv::ProjectiveCamera::P |
Definition at line 146 of file libmv/simple_pipeline/reconstruction.h.