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

#include <matching_base.h>

Collaboration diagram for sfm::MatchingBase::Options:
Collaboration graph
[legend]

Public Attributes

Matching::Options sift_matching_opts
 
Matching::Options surf_matching_opts
 

Detailed Description

Definition at line 25 of file matching_base.h.

Member Data Documentation

◆ sift_matching_opts

Matching::Options sfm::MatchingBase::Options::sift_matching_opts
Initial value:
{ 128, 0.8f,
std::numeric_limits<float>::max() }

Definition at line 27 of file matching_base.h.

◆ surf_matching_opts

Matching::Options sfm::MatchingBase::Options::surf_matching_opts
Initial value:
{ 64, 0.7f,
std::numeric_limits<float>::max() }

Definition at line 29 of file matching_base.h.


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