From f58f36dc88166060a1b1a65f5f4debeb379061f9 Mon Sep 17 00:00:00 2001 From: Anton Veselskyi Date: Sat, 14 Nov 2020 23:29:51 +0200 Subject: [PATCH] Changed sample code, fixes #18807 --- samples/cpp/stitching.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/stitching.cpp b/samples/cpp/stitching.cpp index 5bf34f45b1..7de0536452 100644 --- a/samples/cpp/stitching.cpp +++ b/samples/cpp/stitching.cpp @@ -52,7 +52,7 @@ void printUsage(char** argv) " for stitching materials under affine transformation, such as scans.\n" " --output \n" " The default is 'result.jpg'.\n\n" - "Example usage :\n" << argv[0] << " --d3 --try_use_gpu yes --mode scans img1.jpg img2.jpg\n"; + "Example usage :\n" << argv[0] << " --d3 --mode scans img1.jpg img2.jpg\n"; }