|
Blender V5.0
|
#include <reconstruction.h>
Public Member Functions | |
| EuclideanPoint () | |
| EuclideanPoint (const EuclideanPoint &p) | |
Public Attributes | |
| int | track |
| Vec3 | X |
A Point is the 3D location of a track.
track identify which track from this point corresponds to. X represents the 3D position of the track. Reconstruction
Definition at line 57 of file libmv/simple_pipeline/reconstruction.h.
|
inline |
Definition at line 58 of file libmv/simple_pipeline/reconstruction.h.
References track.
Referenced by EuclideanPoint().
|
inline |
Definition at line 59 of file libmv/simple_pipeline/reconstruction.h.
References EuclideanPoint(), track, and X.
| int libmv::EuclideanPoint::track |
Definition at line 60 of file libmv/simple_pipeline/reconstruction.h.
Referenced by EuclideanPoint(), EuclideanPoint(), and libmv::EuclideanReconstruction::PointForTrack().
| Vec3 libmv::EuclideanPoint::X |
Definition at line 61 of file libmv/simple_pipeline/reconstruction.h.
Referenced by EuclideanPoint(), libmv::EuclideanResect(), libmv::EuclideanScaleToUnity(), libmv_reprojectionPointForTrack(), libmv::ModalSolver(), and libmv::TEST().