mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
0ed3209b00
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type) |
||
---|---|---|
.. | ||
cuda | ||
opencl | ||
autocalib.cpp | ||
blenders.cpp | ||
camera.cpp | ||
exposure_compensate.cpp | ||
matchers.cpp | ||
motion_estimators.cpp | ||
precomp.hpp | ||
seam_finders.cpp | ||
stitcher.cpp | ||
timelapsers.cpp | ||
util_log.hpp | ||
util.cpp | ||
warpers_cuda.cpp | ||
warpers.cpp |