Skip to content

Remove patch for Gaussian blur support in OpenCV

Michael Platings requested to merge remove-gaussian-blur-patch into main

Instead set cv::GaussianBlur's hint parameter to approximate. In addition, change build scripts to use the approximate hint by default. This is necessary to ensure that OpenCV's tests and benchmarks will use KleidiCV's Gaussian blur.

Edited by Michael Platings

Merge request reports

Loading