From d8e470fc303612d9874542d6b738e24bc1a1d525 Mon Sep 17 00:00:00 2001 From: Rodrigo Benenson Date: Tue, 13 Oct 2015 19:04:06 +0200 Subject: [PATCH] CommandLineParser missing gpu option As is it was not possible to use CUDA. --- samples/gpu/super_resolution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/gpu/super_resolution.cpp b/samples/gpu/super_resolution.cpp index f106f76d3..026afd971 100644 --- a/samples/gpu/super_resolution.cpp +++ b/samples/gpu/super_resolution.cpp @@ -63,7 +63,7 @@ int main(int argc, const char* argv[]) "{ i iterations | 180 | Iteration count }" "{ t temporal | 4 | Radius of the temporal search area }" "{ f flow | farneback | Optical flow algorithm (farneback, simple, tvl1, brox, pyrlk) }" - "{ g | false | CPU as default device, cuda for CUDA }" + "{ g gpu | false | CPU as default device, cuda for CUDA }" "{ h help | false | Print help message }" );