OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:try_cuda
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/
stitching_detailed.cpp
76
" --
try_cuda
(yes|no)\n"
130
bool
try_cuda
= false;
variable
172
else if (string(argv[i]) == "--
try_cuda
")
175
try_cuda
= false;
177
try_cuda
= true;
180
cout << "Bad --
try_cuda
flag value\n";
388
if (
try_cuda
&& cuda::getCudaEnabledDeviceCount() > 0)
463
BestOf2NearestMatcher matcher(
try_cuda
, match_conf);
469
BestOf2NearestRangeMatcher matcher(timelapse_range,
try_cuda
, match_conf);
594
if (
try_cuda
&& cuda::getCudaEnabledDeviceCount() > 0
[
all
...]
Completed in 219 milliseconds