Home
last modified time | relevance | path

Searched refs:try_cuda (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/samples/cpp/
Dstitching_detailed.cpp130 bool try_cuda = false; variable
175 try_cuda = false; in parseCmdArgs()
177 try_cuda = true; in parseCmdArgs()
388 if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0) in main()
463 BestOf2NearestMatcher matcher(try_cuda, match_conf); in main()
469 BestOf2NearestRangeMatcher matcher(timelapse_range, try_cuda, match_conf); in main()
594 if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0) in main()
677 if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0) in main()
686 if (try_cuda && cuda::getCudaEnabledDeviceCount() > 0) in main()
797 blender = Blender::createDefault(blend_type, try_cuda); in main()
[all …]