- fix typo from last minute change
This commit is contained in:
parent
4c5af4f361
commit
d7e57f2152
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user