mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #21251 from vrabaud:3.4_bayer
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user