MCPcopy Create free account
hub / github.com/colmap/colmap / ClearTwoViewGeometries

Method ClearTwoViewGeometries

src/colmap/ui/database_management_widget.cc:793–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void DatabaseManagementWidget::ClearTwoViewGeometries() {
794 QMessageBox::StandardButton reply = QMessageBox::question(
795 this,
796 "",
797 tr("Do you really want to clear all two-view geometries?"),
798 QMessageBox::Yes | QMessageBox::No);
799 if (reply == QMessageBox::Yes) {
800 database_->ClearTwoViewGeometries();
801 }
802}
803
804} // namespace colmap

Callers 6

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
RunDatabaseCleanerFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36