Skip to content

Optionally enable simple operations in OpenCV HAL

Michael Platings requested to merge feature-enable-all-hal into main

There's not much scope to optimise such trivial operations but nevertheless it can be interesting to use it from OpenCV. Therefore add a CMake option KLEIDICV_ENABLE_ALL_OPENCV_HAL to enable operations regardless of whether they will provide a performance uplift.

Merge request reports