|
Blender V4.3
|
#include <reconstruction.h>
Public Member Functions | |
| ProjectivePoint () | |
| ProjectivePoint (const ProjectivePoint &p) | |
Public Attributes | |
| int | track |
| Vec4 | X |
A Point is the 3D location of a track.
track identifies which track from this point corresponds to. X is the homogeneous 3D position of the track. Reconstruction
Definition at line 157 of file libmv/simple_pipeline/reconstruction.h.
|
inline |
Definition at line 158 of file libmv/simple_pipeline/reconstruction.h.
|
inline |
Definition at line 159 of file libmv/simple_pipeline/reconstruction.h.
| int libmv::ProjectivePoint::track |
Definition at line 160 of file libmv/simple_pipeline/reconstruction.h.
| Vec4 libmv::ProjectivePoint::X |
Definition at line 161 of file libmv/simple_pipeline/reconstruction.h.
Referenced by libmv::EuclideanResect(), libmv::EuclideanScaleToUnity(), libmv::ProjectiveResect(), and libmv::TEST().