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

Public Member Functions | |
| LocalViewSelection (std::vector< SingleView::Ptr > const &views, Settings const &settings, IndexSet const &globalViews, IndexSet const &propagated, PatchSampler::Ptr sampler) | |
| void | performVS () |
| void | replaceViews (IndexSet const &toBeReplaced) |
Public Member Functions inherited from mvs::ViewSelection | |
| ViewSelection () | |
| ViewSelection (Settings const &settings) | |
| IndexSet const & | getSelectedIDs () const |
Public Attributes | |
| bool | success |
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 19 of file local_view_selection.h.
| mvs::LocalViewSelection::LocalViewSelection | ( | std::vector< SingleView::Ptr > const & | views, |
| Settings const & | settings, | ||
| IndexSet const & | globalViews, | ||
| IndexSet const & | propagated, | ||
| PatchSampler::Ptr | sampler | ||
| ) |
Definition at line 19 of file local_view_selection.cc.
| void mvs::LocalViewSelection::performVS | ( | ) |
Definition at line 57 of file local_view_selection.cc.
| void mvs::LocalViewSelection::replaceViews | ( | IndexSet const & | toBeReplaced | ) |
Definition at line 150 of file local_view_selection.cc.
| bool mvs::LocalViewSelection::success |
Definition at line 31 of file local_view_selection.h.