mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
- trim whitespace, as required by build machine
This commit is contained in:
parent
d7e57f2152
commit
335f7e7916
@ -122,7 +122,7 @@ Mat Tracker::process(const Mat frame, Stats& stats)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
if(argc < 3) {
|
||||
cerr << "Usage: " << 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…
Reference in New Issue
Block a user