Skip to content

Commit 1bc69d8

Browse files
author
Fabien Servant
committed
wip
1 parent ba308a5 commit 1bc69d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/software/pipeline/main_globalTranslationEstimating.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,11 @@ int aliceVision_main(int argc, char** argv)
8484
return EXIT_FAILURE;
8585
}
8686

87-
88-
87+
for (const auto & [idview, sview] : sfmData.getViews())
88+
{
89+
if ()
90+
}
91+
8992
sfmDataIO::save(sfmData, sfmDataOutputFilename, sfmDataIO::ESfMData::ALL);
9093

9194
return EXIT_SUCCESS;

0 commit comments

Comments
 (0)