Removed _gpu-suffix from usage messages to align with executable name

This commit is contained in:
Martin Ganeff
2017-07-28 10:20:59 +02:00
parent 34f9c039c5
commit 3ea889050b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ using namespace cv::cuda;
static void help()
{
cout << "Usage: ./cascadeclassifier_gpu \n\t--cascade <cascade_file>\n\t(<image>|--video <video>|--camera <camera_id>)\n"
cout << "Usage: ./cascadeclassifier \n\t--cascade <cascade_file>\n\t(<image>|--video <video>|--camera <camera_id>)\n"
"Using OpenCV version " << CV_VERSION << endl << endl;
}