We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4d2b6 commit 781ebe6Copy full SHA for 781ebe6
src/app/App_CUDA.cu
@@ -9,7 +9,7 @@ int main(int argc, char** argv)
9
p.add<std::string>("rightcam", 'r',"Right camera image folder", true);
10
p.add<std::string>("leftconfig", 'L',"Left camera configuration file", true);
11
p.add<std::string>("rightconfig", 'R',"Right camera configuration file", true);
12
- p.add<std::string>("output", 'o',"Right camera configuration file", true);
+ p.add<std::string>("output", 'o',"Output folder", true);
13
p.add<std::string>("format", 'f',"Suffix of image files, e.g. jpg", true);
14
p.add<size_t>("width", 'w',"Projector width", true);
15
p.add<size_t>("height", 'h',"Projector height", true);
0 commit comments