From ab425b0090a54517c3245fd448d8a880bb942b15 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Fri, 30 May 2025 19:49:21 +0000 Subject: [PATCH] Fix median blur documentation in kleidicv.h --- kleidicv/include/kleidicv/kleidicv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kleidicv/include/kleidicv/kleidicv.h b/kleidicv/include/kleidicv/kleidicv.h index 32f0ebc37..82f1c274f 100644 --- a/kleidicv/include/kleidicv/kleidicv.h +++ b/kleidicv/include/kleidicv/kleidicv.h @@ -2041,10 +2041,10 @@ kleidicv_error_t kleidicv_warp_perspective_u8( /// equal to `kernel_height - 1`. /// @param channels Number of channels in the data. Must not be more than /// @ref KLEIDICV_MAXIMUM_CHANNEL_COUNT. -/// @param kernel_width Width of the Median kernel. Must be 5 and equal to -/// `kernel_height`. -/// @param kernel_height Height of the Median kernel. Must be 5 and equal to -/// `kernel_width`. +/// @param kernel_width Width of the Median kernel. Must be 5 or 7 and equal +/// to `kernel_height`. +/// @param kernel_height Height of the Median kernel. Must be 5 or 7 and equal +/// to `kernel_width`. /// @param border_type Way of handling the border. The supported border types /// are: \n /// - @ref KLEIDICV_BORDER_TYPE_REPLICATE \n -- GitLab