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