diff --git a/modules/core/src/drawing.cpp b/modules/core/src/drawing.cpp index 739528d859..69d4f33fe4 100644 --- a/modules/core/src/drawing.cpp +++ b/modules/core/src/drawing.cpp @@ -608,12 +608,12 @@ LineAA( Mat& img, Point pt1, Point pt2, const void* color ) ICV_PUT_POINT(); ICV_PUT_POINT(); - tptr += step; + tptr += 4; a = (ep_corr * FilterTable[dist] >> 8) & 0xff; ICV_PUT_POINT(); ICV_PUT_POINT(); - tptr += step; + tptr += 4; a = (ep_corr * FilterTable[63 - dist] >> 8) & 0xff; ICV_PUT_POINT(); ICV_PUT_POINT();