|
MVE - Multi-View Environment mve-devel
|
#include <global_view_selection.h>

Public Member Functions | |
| GlobalViewSelection (std::vector< SingleView::Ptr > const &views, mve::Bundle::Features const &features, Settings const &settings) | |
| void | performVS () |
Public Member Functions inherited from mvs::ViewSelection | |
| ViewSelection () | |
| ViewSelection (Settings const &settings) | |
| IndexSet const & | getSelectedIDs () const |
Additional Inherited Members | |
Public Types inherited from mvs::ViewSelection | |
| typedef std::shared_ptr< ViewSelection > | Ptr |
Protected Attributes inherited from mvs::ViewSelection | |
| std::vector< bool > | available |
| IndexSet | selected |
| Settings const & | settings |
Definition at line 21 of file global_view_selection.h.
| mvs::GlobalViewSelection::GlobalViewSelection | ( | std::vector< SingleView::Ptr > const & | views, |
| mve::Bundle::Features const & | features, | ||
| Settings const & | settings | ||
| ) |
Definition at line 17 of file global_view_selection.cc.
| void mvs::GlobalViewSelection::performVS | ( | ) |
Definition at line 34 of file global_view_selection.cc.