Merge pull request #21251 from vrabaud:3.4_bayer

This commit is contained in:
Alexander Alekhin 2021-12-14 15:15:07 +00:00
commit 4eab85d364

View File

@ -603,7 +603,7 @@ public:
virtual void operator ()(const Range& range) const CV_OVERRIDE
{
SIMDInterpolator vecOp;
const int G2Y = 9617;
const unsigned G2Y = 9617;
const int SHIFT = 14;
const T* bayer0 = srcmat.ptr<T>();