10#ifndef SFM_BUNDLER_FEATURES_HEADER
11#define SFM_BUNDLER_FEATURES_HEADER
56Features::Options::Options (
void)
57 : image_embedding(
"original")
58 , max_image_size(
std::numeric_limits<int>::max())
std::shared_ptr< Scene > Ptr
Bundler Component: Computes image features for every view in the scene and stores the features in the...
Features(Options const &options)
std::vector< Viewport > ViewportList
The list of all viewports considered for bundling.
#define SFM_BUNDLER_NAMESPACE_END
#define SFM_BUNDLER_NAMESPACE_BEGIN
#define SFM_NAMESPACE_END
#define SFM_NAMESPACE_BEGIN
Options for feature detection and matching.
FeatureSet::Options feature_options
Feature set options.
std::string image_embedding
The image for which features are to be computed.
int max_image_size
The maximum image size given in number of pixels.