Lines Matching defs:result
81 Mat result;
86 seamlessClone(source, destination, mask, p, result, 1);
88 imshow("Output",result);
89 imwrite(folder + "cloned.png", result);
118 Mat result;
123 seamlessClone(source, destination, mask, p, result, 2);
125 imshow("Output",result);
126 imwrite(folder + "cloned.png", result);
155 Mat result;
160 seamlessClone(source, destination, mask, p, result, 3);
162 imshow("Output",result);
163 imwrite(folder + "cloned.png", result);
185 Mat result;
187 colorChange(source, mask, result, 1.5, .5, .5);
189 imshow("Output",result);
190 imwrite(folder + "cloned.png", result);
212 Mat result;
214 illuminationChange(source, mask, result, 0.2f, 0.4f);
216 imshow("Output",result);
217 imwrite(folder + "cloned.png", result);
239 Mat result;
241 textureFlattening(source, mask, result, 30, 45, 3);
243 imshow("Output",result);
244 imwrite(folder + "cloned.png", result);