21#ifndef LIBMV_SIMPLE_PIPELINE_INITIALIZE_RECONSTRUCTION_H
22#define LIBMV_SIMPLE_PIPELINE_INITIALIZE_RECONSTRUCTION_H
29class EuclideanReconstruction;
30class ProjectiveReconstruction;
const vector< Marker > & markers
const ProjectiveReconstruction & reconstruction
bool ProjectiveReconstructTwoFrames(const vector< Marker > &markers, ProjectiveReconstruction *reconstruction)
bool EuclideanReconstructTwoFrames(const vector< Marker > &markers, EuclideanReconstruction *reconstruction)