OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_use_gpu_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp
139
bool
can_use_gpu_
;
member in class:cv::detail::MultiBandBlender
/external/opencv3/modules/stitching/src/
blenders.cpp
206
can_use_gpu_
= try_gpu && cuda::getCudaEnabledDeviceCount();
209
can_use_gpu_
= false;
325
if (
can_use_gpu_
&& img_with_border.depth() == CV_16S)
437
if (
can_use_gpu_
)
Completed in 258 milliseconds