mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Merge pull request #1898 from berak:b_3349_24
This commit is contained in:
commit
fb568755a1
@ -70,7 +70,7 @@ int main(int argc, const char *argv[]) {
|
|||||||
cout << "usage: " << argv[0] << " <csv.ext> <output_folder> " << endl;
|
cout << "usage: " << argv[0] << " <csv.ext> <output_folder> " << endl;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
string output_folder;
|
string output_folder = ".";
|
||||||
if (argc == 3) {
|
if (argc == 3) {
|
||||||
output_folder = string(argv[2]);
|
output_folder = string(argv[2]);
|
||||||
}
|
}
|
||||||
|
@ -70,7 +70,7 @@ int main(int argc, const char *argv[]) {
|
|||||||
cout << "usage: " << argv[0] << " <csv.ext> <output_folder> " << endl;
|
cout << "usage: " << argv[0] << " <csv.ext> <output_folder> " << endl;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
string output_folder;
|
string output_folder = ".";
|
||||||
if (argc == 3) {
|
if (argc == 3) {
|
||||||
output_folder = string(argv[2]);
|
output_folder = string(argv[2]);
|
||||||
}
|
}
|
||||||
|
@ -70,7 +70,7 @@ int main(int argc, const char *argv[]) {
|
|||||||
cout << "usage: " << argv[0] << " <csv.ext> <output_folder> " << endl;
|
cout << "usage: " << argv[0] << " <csv.ext> <output_folder> " << endl;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
string output_folder;
|
string output_folder = ".";
|
||||||
if (argc == 3) {
|
if (argc == 3) {
|
||||||
output_folder = string(argv[2]);
|
output_folder = string(argv[2]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user