We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f927627 commit 75420c3Copy full SHA for 75420c3
glomap/scene/view_graph.cc
@@ -9,6 +9,7 @@ namespace glomap {
9
int ViewGraph::KeepLargestConnectedComponents(
10
std::unordered_map<frame_t, Frame>& frames,
11
std::unordered_map<image_t, Image>& images) {
12
+ EstablishAdjacencyList();
13
EstablishAdjacencyListFrame(images);
14
15
int num_comp = FindConnectedComponent();
@@ -72,6 +73,7 @@ int ViewGraph::MarkConnectedComponents(
72
73
74
std::unordered_map<image_t, Image>& images,
75
int min_num_img) {
76
77
78
79
0 commit comments