Blender  V3.3
Namespaces | Functions
intersect.cc File Reference
#include "libmv/simple_pipeline/intersect.h"
#include "libmv/base/vector.h"
#include "libmv/logging/logging.h"
#include "libmv/multiview/nviewtriangulation.h"
#include "libmv/multiview/projection.h"
#include "libmv/multiview/triangulation.h"
#include "libmv/numeric/levenberg_marquardt.h"
#include "libmv/numeric/numeric.h"
#include "libmv/simple_pipeline/reconstruction.h"
#include "libmv/simple_pipeline/tracks.h"
#include "ceres/ceres.h"

Go to the source code of this file.

Namespaces

 libmv
 

Functions

bool libmv::EuclideanIntersect (const vector< Marker > &markers, EuclideanReconstruction *reconstruction)
 
bool libmv::ProjectiveIntersect (const vector< Marker > &markers, ProjectiveReconstruction *reconstruction)
 

Variable Documentation

◆ camera_

const EuclideanCamera& camera_

Definition at line 64 of file intersect.cc.

◆ marker_

const Marker& marker_

Definition at line 63 of file intersect.cc.

◆ markers

const vector<Marker>& markers

Definition at line 197 of file intersect.cc.

Referenced by libmv::EuclideanIntersect(), and libmv::ProjectiveIntersect().

◆ reconstruction

const ProjectiveReconstruction& reconstruction