Skip to content

Commit

Permalink
[software] SfmColorizing: documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan authored Dec 9, 2024
1 parent 16f11a3 commit 114ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/utils/main_sfmColorizing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int aliceVision_main(int argc, char** argv)
("input,i", po::value<std::string>(&sfmDataFilename)->required(),
"Input SfMData file.")
("output,o", po::value<std::string>(&sfmDataOutputFilename)->required(),
"SfMData output file with the injected poses.");
"SfMData output file with the colorized point cloud.");
// clang-format on

CmdLine cmdline("AliceVision SfM Colorizing");
Expand Down

0 comments on commit 114ceb9

Please sign in to comment.