From f8335195064f9c26142af9db1b911369b47c8008 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Tue, 11 Mar 2025 11:17:20 +0300 Subject: [PATCH] Warning fix on Windows. --- modules/imgproc/src/demosaicing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/src/demosaicing.cpp b/modules/imgproc/src/demosaicing.cpp index 7916d5a319..65faf057c9 100644 --- a/modules/imgproc/src/demosaicing.cpp +++ b/modules/imgproc/src/demosaicing.cpp @@ -126,7 +126,7 @@ public: class SIMDBayerInterpolator_8u { public: - static int bayer2Gray(const uchar* bayer, int bayer_step, uchar* dst, + int bayer2Gray(const uchar* bayer, int bayer_step, uchar* dst, int width, int bcoeff, int gcoeff, int rcoeff) { #if CV_SIMD