1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Warning fix on Windows.

This commit is contained in:
Alexander Smorkalov
2025-03-11 11:17:20 +03:00
parent 4be88e934f
commit f833519506
+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