Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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.

◆ ProjectivePoint() [2/2]

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

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

Member Data Documentation

◆ track

int libmv::ProjectivePoint::track

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

◆ X

Vec4 libmv::ProjectivePoint::X

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

Referenced by libmv::TEST().


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