PARP Research Group Universidad de Murcia


Read and write intermediate files for the Bundler application.
[Structure from motion]

Functionality to read from and write to intermediate files for the Bundler application.Bundler is an open source application for incremental SfM visual reconstruction. More...

Functions

bool writeMatchingsToBundlerMatchingsFile (const QString &fileName, const QVDirectedGraph< QVector< QVIndexPair > > &matchings)
 Write matching information from the matchings file.

Detailed Description

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.


Function Documentation

bool writeMatchingsToBundlerMatchingsFile ( const QString &  fileName,
const QVDirectedGraph< QVector< QVIndexPair > > &  matchings 
)

Write matching information from the matchings file.

Parameters:
fileName Name for the destination file.
matchings Matchings graph containing pair-wise indexes for the matched features.
Todo:
Document this.

Definition at line 29 of file qvbundler.cpp.




QVision framework. PARP research group. Copyright © 2007, 2008, 2009, 2010, 2011.