1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

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
+1 -1
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