Bugfix #3668 removed the comment
authorthoinvil <thoinvil@users.noreply.github.com>
Wed, 7 May 2014 16:27:08 +0000 (18:27 +0200)
committerthoinvil <thoinvil@users.noreply.github.com>
Wed, 7 May 2014 16:27:08 +0000 (18:27 +0200)
modules/imgproc/src/filter.cpp

index a55c1b0..6cdcf3c 100644 (file)
@@ -454,8 +454,7 @@ void FilterEngine::apply(const Mat& src, Mat& dst,
 
     int y = start(src, srcRoi, isolated);
     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,
              dst.data + dstOfs.y*dst.step +
              dstOfs.x*dst.elemSize(), (int)dst.step );