PARP Research Group | Universidad de Murcia |
Read and write intermediate files for the Bundler application.
|
Functions | |
bool | writeMatchingsToBundlerMatchingsFile (const QString &fileName, const QVDirectedGraph< QVector< QVIndexPair > > &matchings) |
Write matching information from the matchings file. |
Functionality to read from and write to intermediate files for the Bundler application.
Bundler is an open source application for incremental SfM visual reconstruction.
The main Bundler executable obtains the camera poses and 3D structure initialization from the pair-wise matchings detected between the input images, using SIFT feature matching techniques. These functions can be used to read and write this matching information from the intermediate files used to provide the pair-wise image matchings to Bundler.
bool writeMatchingsToBundlerMatchingsFile | ( | const QString & | fileName, | |
const QVDirectedGraph< QVector< QVIndexPair > > & | matchings | |||
) |
Write matching information from the matchings file.
fileName | Name for the destination file. | |
matchings | Matchings graph containing pair-wise indexes for the matched features. |
Definition at line 29 of file qvbundler.cpp.