Skip to content

Commit d343a58

Browse files
stalin18savuor
authored andcommitted
removed unnecessary line
1 parent ed3d2cd commit d343a58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/photo/src/seamless_cloning.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ void cv::seamlessClone(InputArray _src, InputArray _dst, InputArray _mask, Point
8686
int lenx = maxx - minx;
8787
int leny = maxy - miny;
8888

89-
Mat patch = Mat::zeros(Size(leny, lenx), CV_8UC3);
90-
9189
int minxd = p.y - lenx/2;
9290
int maxxd = p.y + lenx/2;
9391
int minyd = p.x - leny/2;

0 commit comments

Comments
 (0)