提交 d7e57f21 编写于 作者: E Eric Zavesky

- fix typo from last minute change

上级 4c5af4f3
......@@ -122,9 +122,9 @@ Mat Tracker::process(const Mat frame, Stats& stats)
int main(int argc, char **argv)
{
if(argc < 3) {
cerr << "Usage: " << endl <<
"akaze_track input_path output_path [bounding_box_path]" << endl
" (for camera input_path=N for camera N)" << endl;
cerr << "Usage: " << endl
<< "akaze_track input_path output_path [bounding_box_path]" << endl
<< " (for camera input_path=N for camera N)" << endl;
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册