We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3d2cd commit d343a58Copy full SHA for d343a58
modules/photo/src/seamless_cloning.cpp
@@ -86,8 +86,6 @@ void cv::seamlessClone(InputArray _src, InputArray _dst, InputArray _mask, Point
86
int lenx = maxx - minx;
87
int leny = maxy - miny;
88
89
- Mat patch = Mat::zeros(Size(leny, lenx), CV_8UC3);
90
-
91
int minxd = p.y - lenx/2;
92
int maxxd = p.y + lenx/2;
93
int minyd = p.x - leny/2;
0 commit comments