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:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user