mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00

- 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)
|