src/qvsfm/readSfMReconstruction.cpp File Reference
File from the QVision library.
More...
#include <qvsfm.h>
#include <QFileInfo>
#include <QTextStream>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions |
bool | readReconstruction_NVM (const QString fileName, QList< QString > &imageFiles, QList< QVMatrix > &cameraCalibrationMatrices, QList< QVCameraPose > &cameraPoses, QList< QV3DPointF > &points3D, QList< QColor > &rgbColors, QList< QHash< int, QPointF > > &pointTrackings) |
| Loads a SfM reconstruction from a NVM file.
|
bool | readSfMReconstruction (const QString &path, QList< QVMatrix > &cameraCalibrations, QList< QVCameraPose > &initialCameraPoses, QList< QV3DPointF > &filePoints3D, QList< QHash< int, QPointF > > &pointsProjections) |
| Loads a SfM reconstruction from a file or files. This function loads a SfM reconstruction from three different file formats. The function detects the correct file format automatically, depending on the type (directory or file), and the headers of the files.
|
Detailed Description
File from the QVision library.
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file readSfMReconstruction.cpp.