mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
removed unnecessary line
This commit is contained in:
parent
ed3d2cd122
commit
d343a58580
@ -86,8 +86,6 @@ void cv::seamlessClone(InputArray _src, InputArray _dst, InputArray _mask, Point
|
||||
int lenx = maxx - minx;
|
||||
int leny = maxy - miny;
|
||||
|
||||
Mat patch = Mat::zeros(Size(leny, lenx), CV_8UC3);
|
||||
|
||||
int minxd = p.y - lenx/2;
|
||||
int maxxd = p.y + lenx/2;
|
||||
int minyd = p.x - leny/2;
|
||||
|
Loading…
Reference in New Issue
Block a user