MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sfm::bundler::Features::Options Struct Reference

#include <bundler_features.h>

Collaboration diagram for sfm::bundler::Features::Options:
Collaboration graph
[legend]

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.
 

Detailed Description

Definition at line 31 of file bundler_features.h.

Constructor & Destructor Documentation

◆ Options()

sfm::bundler::Features::Options::Options ( void  )
inline

Definition at line 56 of file bundler_features.h.

Member Data Documentation

◆ feature_options

FeatureSet::Options sfm::bundler::Features::Options::feature_options

Feature set options.

Definition at line 40 of file bundler_features.h.

◆ image_embedding

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.

◆ max_image_size

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.


The documentation for this struct was generated from the following file: