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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user