![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <DatabaseManagementWidget.h>


Public Member Functions | |
| TwoViewInfoTab () | |
| TwoViewInfoTab (QWidget *parent, OptionManager *options, colmap::Database *database) | |
| void | Clear () |
Protected Member Functions | |
| void | InitializeTable (const QStringList &table_header) |
| void | ShowMatches () |
| void | FillTable () |
Protected Attributes | |
| OptionManager * | options_ |
| colmap::Database * | database_ |
| const colmap::Image * | image_ |
| std::vector< std::pair< const colmap::Image *, colmap::FeatureMatches > > | matches_ |
| std::vector< int > | configs_ |
| std::vector< size_t > | sorted_matches_idxs_ |
| QTableWidget * | table_widget_ |
| QLabel * | info_label_ |
| FeatureImageViewerWidget * | matches_viewer_widget_ |
Definition at line 31 of file DatabaseManagementWidget.h.
|
inline |
Definition at line 33 of file DatabaseManagementWidget.h.
| cloudViewer::TwoViewInfoTab::TwoViewInfoTab | ( | QWidget * | parent, |
| OptionManager * | options, | ||
| colmap::Database * | database | ||
| ) |
Definition at line 18 of file DatabaseManagementWidget.cpp.
| void cloudViewer::TwoViewInfoTab::Clear | ( | ) |
Definition at line 26 of file DatabaseManagementWidget.cpp.
References configs_, matches_, sorted_matches_idxs_, and table_widget_.
|
protected |
Definition at line 90 of file DatabaseManagementWidget.cpp.
References configs_, info_label_, matches_, sorted_matches_idxs_, and table_widget_.
Referenced by colmap::MatchesTab::Reload(), and colmap::TwoViewGeometriesTab::Reload().
|
protected |
Definition at line 33 of file DatabaseManagementWidget.cpp.
References info_label_, ShowMatches(), and table_widget_.
Referenced by cloudViewer::MatchesTab::MatchesTab(), and cloudViewer::TwoViewGeometriesTab::TwoViewGeometriesTab().
|
protected |
Definition at line 59 of file DatabaseManagementWidget.cpp.
References database_, image_, colmap::OptionManager::image_path, colmap::Image::ImageId(), cloudViewer::utility::filesystem::JoinPaths(), matches_, matches_viewer_widget_, colmap::Image::Name(), options_, cloudViewer::FeatureImageViewerWidget::ReadAndShowWithMatches(), colmap::Database::ReadKeypoints(), sorted_matches_idxs_, table_widget_, and patch::to_string().
Referenced by InitializeTable().
|
protected |
Definition at line 51 of file DatabaseManagementWidget.h.
Referenced by Clear(), FillTable(), and colmap::TwoViewGeometriesTab::Reload().
|
protected |
Definition at line 46 of file DatabaseManagementWidget.h.
Referenced by colmap::MatchesTab::Reload(), colmap::TwoViewGeometriesTab::Reload(), and ShowMatches().
|
protected |
Definition at line 48 of file DatabaseManagementWidget.h.
Referenced by colmap::MatchesTab::Reload(), colmap::TwoViewGeometriesTab::Reload(), and ShowMatches().
|
protected |
Definition at line 55 of file DatabaseManagementWidget.h.
Referenced by FillTable(), and InitializeTable().
|
protected |
Definition at line 50 of file DatabaseManagementWidget.h.
Referenced by Clear(), FillTable(), colmap::MatchesTab::Reload(), colmap::TwoViewGeometriesTab::Reload(), and ShowMatches().
|
protected |
Definition at line 56 of file DatabaseManagementWidget.h.
Referenced by ShowMatches().
|
protected |
Definition at line 45 of file DatabaseManagementWidget.h.
Referenced by ShowMatches().
|
protected |
Definition at line 52 of file DatabaseManagementWidget.h.
Referenced by Clear(), FillTable(), and ShowMatches().
|
protected |
Definition at line 54 of file DatabaseManagementWidget.h.
Referenced by Clear(), FillTable(), InitializeTable(), and ShowMatches().