mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
e7d5dbfec0
- use universal intrinsic for base - dispatch for float/double version using AVX - AVX2 optimization not done yet
4 lines
141 B
CMake
4 lines
141 B
CMake
set(the_description "Image Processing")
|
|
ocv_add_dispatched_file(accum SSE2 AVX NEON)
|
|
ocv_define_module(imgproc opencv_core WRAP java python)
|