10#ifndef SFM_BUNDLER_TRACKS_HEADER
11#define SFM_BUNDLER_TRACKS_HEADER
59Tracks::Options::Options (
void)
60 : verbose_output(false)
Bundler Component: Generation of tracks from pairwise matching result.
Tracks(Options const &options)
std::vector< Viewport > ViewportList
The list of all viewports considered for bundling.
std::vector< Track > TrackList
The list of all tracks.
std::vector< TwoViewMatching > PairwiseMatching
The matching result between several pairs of views.
#define SFM_BUNDLER_NAMESPACE_END
#define SFM_BUNDLER_NAMESPACE_BEGIN
#define SFM_NAMESPACE_END
#define SFM_NAMESPACE_BEGIN
bool verbose_output
Produce status messages on the console.