Lines Matching full:blend
45 Mat img0, img1, img2, res, res1, final, final1, blend;
151 colorChange(img0,res1,blend,red,green,blue);
152 imshow("Color Change Image", blend);
158 illuminationChange(img0,res1,blend,alpha,beta);
159 imshow("Illum Change Image", blend);
164 textureFlattening(img0,res1,blend,low_t,high_t,kernel_size);
165 imshow("Texture Flattened", blend);
254 seamlessClone(img0,img2,res1,point,blend,num);
255 imshow("Cloned Image", blend);
256 imwrite("cloned.png",blend);
521 seamlessClone(img0,img2,res1,point,blend,num);
522 imshow("Cloned Image", blend);
523 imwrite("cloned.png",blend);
527 colorChange(img0,res1,blend,red,green,blue);
528 imshow("Color Change Image", blend);
529 imwrite("cloned.png",blend);
533 illuminationChange(img0,res1,blend,alpha,beta);
534 imshow("Illum Change Image", blend);
535 imwrite("cloned.png",blend);
539 textureFlattening(img0,res1,blend,low_t,high_t,kernel_size);
540 imshow("Texture Flattened", blend);
541 imwrite("cloned.png",blend);