mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
06c33df307
It includes the accuracy/performance test and the implementation of KNN.
8 lines
283 B
CMake
8 lines
283 B
CMake
if(NOT HAVE_OPENCL)
|
|
ocv_module_disable(ocl)
|
|
endif()
|
|
|
|
set(the_description "OpenCL-accelerated Computer Vision")
|
|
ocv_define_module(ocl opencv_core opencv_imgproc opencv_features2d opencv_objdetect opencv_video opencv_calib3d opencv_ml)
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wshadow)
|