Merge pull request #27043 from asmorkalov/as/debayer_warn_fix

Warning fix on Windows.
This commit is contained in:
Alexander Smorkalov 2025-03-11 12:07:57 +03:00 committed by GitHub
commit fa092b4597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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