Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ch10/ceres_custombundle/common/BundleParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ struct BundleParams{
arg.param("point_sigma",point_sigma,0.0,"Standard deviation of the point "
"perturbation.");
arg.param("random_seed", random_seed, 38401,"Random seed used to set the state ");
arg.param("initial_ply", initial_ply,"","Export the BAL file data as a PLY file.");
arg.param("final_ply", final_ply, "", "Export the refined BAL file data as a PLY");
arg.param("initial_ply", initial_ply,"initial_ply","Export the BAL file data as a PLY file.");
arg.param("final_ply", final_ply, "final_ply", "Export the refined BAL file data as a PLY");


arg.parseArgs(argc, argv);
}

#endif
#endif