MVE - Multi-View Environment mve-devel
|
#include <bundler_features.h>
Public Member Functions | |
Options (void) | |
Public Attributes | |
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. | |
Definition at line 31 of file bundler_features.h.
|
inline |
Definition at line 56 of file bundler_features.h.
FeatureSet::Options sfm::bundler::Features::Options::feature_options |
Feature set options.
Definition at line 40 of file bundler_features.h.
std::string sfm::bundler::Features::Options::image_embedding |
The image for which features are to be computed.
Definition at line 36 of file bundler_features.h.
int sfm::bundler::Features::Options::max_image_size |
The maximum image size given in number of pixels.
Definition at line 38 of file bundler_features.h.