Bugfix #3668 removed the comment
This commit is contained in:
parent
5efd2056f0
commit
e50ef2dab5
@ -454,8 +454,7 @@ void FilterEngine::apply(const Mat& src, Mat& dst,
|
|||||||
|
|
||||||
int y = start(src, srcRoi, isolated);
|
int y = start(src, srcRoi, isolated);
|
||||||
proceed( src.data + y*src.step
|
proceed( src.data + y*src.step
|
||||||
+ srcRoi.x*src.elemSize(),/* Bugfix #3668 use the x-shift of ROI
|
+ srcRoi.x*src.elemSize(),
|
||||||
*/
|
|
||||||
(int)src.step, endY - startY,
|
(int)src.step, endY - startY,
|
||||||
dst.data + dstOfs.y*dst.step +
|
dst.data + dstOfs.y*dst.step +
|
||||||
dstOfs.x*dst.elemSize(), (int)dst.step );
|
dstOfs.x*dst.elemSize(), (int)dst.step );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user