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

SURF options. More...

#include <surf.h>

Public Member Functions

 Options (void)
 

Public Attributes

float contrast_threshold
 Sets the hessian threshold, defaults to 500.0.
 
bool debug_output
 Produce even more messages on the console.
 
bool use_upright_descriptor
 Trade rotation invariance for speed.
 
bool verbose_output
 Produce status messages on the console.
 

Detailed Description

SURF options.

Definition at line 46 of file surf.h.

Constructor & Destructor Documentation

◆ Options()

sfm::Surf::Options::Options ( void  )
inline

Definition at line 162 of file surf.h.

Member Data Documentation

◆ contrast_threshold

float sfm::Surf::Options::contrast_threshold

Sets the hessian threshold, defaults to 500.0.

Definition at line 51 of file surf.h.

◆ debug_output

bool sfm::Surf::Options::debug_output

Produce even more messages on the console.

Definition at line 64 of file surf.h.

◆ use_upright_descriptor

bool sfm::Surf::Options::use_upright_descriptor

Trade rotation invariance for speed.

Defaults to false.

Definition at line 54 of file surf.h.

◆ verbose_output

bool sfm::Surf::Options::verbose_output

Produce status messages on the console.

Definition at line 59 of file surf.h.


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