Blender V5.0
libmv::ProjectivePoint Struct Reference

#include <reconstruction.h>

Public Member Functions

 ProjectivePoint ()
 ProjectivePoint (const ProjectivePoint &p)

Public Attributes

int track
Vec4 X

Detailed Description

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.

Constructor & Destructor Documentation

◆ ProjectivePoint() [1/2]

libmv::ProjectivePoint::ProjectivePoint ( )
inline

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

References track.

Referenced by ProjectivePoint().

◆ ProjectivePoint() [2/2]

libmv::ProjectivePoint::ProjectivePoint ( const ProjectivePoint & p)
inline

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

References ProjectivePoint(), track, and X.

Member Data Documentation

◆ track

int libmv::ProjectivePoint::track

◆ X

Vec4 libmv::ProjectivePoint::X

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