Commit 335f7e79 authored by Eric Zavesky's avatar Eric Zavesky

- trim whitespace, as required by build machine

parent d7e57f21
...@@ -122,7 +122,7 @@ Mat Tracker::process(const Mat frame, Stats& stats) ...@@ -122,7 +122,7 @@ Mat Tracker::process(const Mat frame, Stats& stats)
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
if(argc < 3) { if(argc < 3) {
cerr << "Usage: " << endl cerr << "Usage: " << endl
<< "akaze_track input_path output_path [bounding_box_path]" << endl << "akaze_track input_path output_path [bounding_box_path]" << endl
<< " (for camera input_path=N for camera N)" << endl; << " (for camera input_path=N for camera N)" << endl;
return 1; return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment