diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f628c5db436d1a59b3af59069a6c1776618b0c..56b6eb27570abff09c0fd7ca43315b513699dc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,9 @@ This changelog aims to follow the guiding principles of * absdiff * bitwise_and * minMaxIdx + * GaussianBlur + * Sobel + * sepFilter2D - Improved performance of Compare Equal and Greater SC API. ### Removed diff --git a/doc/opencv.md b/doc/opencv.md index 4d840bf46428ce17fde1615b89f0dbc849fdae81..adf9d4dc6d7a7b3b1a15f323e8c0819e9b517083 100644 --- a/doc/opencv.md +++ b/doc/opencv.md @@ -10,24 +10,6 @@ SPDX-License-Identifier: Apache-2.0 acceleration via KleidiCV's OpenCV Hardware Acceleration Layer (HAL). For details of building OpenCV with KleidiCV see [the build documentation](build.md). -## Performance - -For single-threaded use cases, enabling the KleidiCV OpenCV HAL is likely to -provide a performance boost for the functions that it implements. -The same is true for multi-threaded use cases, with the exception of the -following functions: -* dilate -* erode -* GaussianBlur -* resize -* sepFilter2D -* Sobel -* transpose -Multithreading is planned for these functions in KleidiCV but at present they -are single-threaded only. Therefore it is recommended to check the performance -yourself in order to decide whether to enable KleidiCV in a multicore -environment. - ## Functionality in KleidiCV OpenCV HAL ### `add`, `subtract`, `absdiff`