mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #27043 from asmorkalov/as/debayer_warn_fix
Warning fix on Windows.
This commit is contained in:
commit
fa092b4597
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user