1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

fix the right border

This commit is contained in:
@lizhiyu3
2022-07-20 17:03:09 +08:00
parent 366e8217c2
commit e59cff47d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1079,7 +1079,7 @@ pyrUp_( const Mat& _src, Mat& _dst, int)
if (dsize.width > ssize.width*2)
{
row[(_dst.cols-1) + x] = row[dx + cn];
row[(_dst.cols-1) * cn + x] = row[dx + cn];
}
}