blend              68 modules/cudaimgproc/src/blend.cpp using namespace ::cv::cuda::device::blend;
blend             755 modules/photo/include/opencv2/photo.hpp         OutputArray blend, int flags);
blend              56 modules/photo/src/seamless_cloning.cpp     Mat blend = _blend.getMat();
blend             113 modules/photo/src/seamless_cloning.cpp     obj.normalClone(dest,cd_mask,dst_mask,blend,flags);
blend             122 modules/photo/src/seamless_cloning.cpp     Mat blend = _dst.getMat();
blend             140 modules/photo/src/seamless_cloning.cpp     obj.localColorChange(src,cs_mask,gray,blend,red,green,blue);
blend             149 modules/photo/src/seamless_cloning.cpp     Mat blend = _dst.getMat();
blend             165 modules/photo/src/seamless_cloning.cpp     obj.illuminationChange(src,cs_mask,gray,blend,alpha,beta);
blend             176 modules/photo/src/seamless_cloning.cpp     Mat blend = _dst.getMat();
blend             190 modules/photo/src/seamless_cloning.cpp     obj.textureFlatten(src,cs_mask,gray,low_threshold,high_threshold,kernel_size,blend);
blend              86 modules/stitching/include/opencv2/stitching/detail/blenders.hpp     virtual void blend(InputOutputArray dst, InputOutputArray dst_mask);
blend             105 modules/stitching/include/opencv2/stitching/detail/blenders.hpp     void blend(InputOutputArray dst, InputOutputArray dst_mask);
blend             132 modules/stitching/include/opencv2/stitching/detail/blenders.hpp     void blend(InputOutputArray dst, InputOutputArray dst_mask);
blend             166 modules/stitching/src/blenders.cpp     Blender::blend(dst, dst_mask);
blend             449 modules/stitching/src/blenders.cpp     Blender::blend(dst, dst_mask);
blend             348 modules/stitching/src/stitcher.cpp     blender_->blend(result, result_mask);
blend              72 modules/stitching/test/test_blenders.cpp     blender.blend(result_s, result_mask);
blend              45 samples/cpp/cloning_gui.cpp Mat img0, img1, img2, res, res1, final, final1, blend;
blend             151 samples/cpp/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
blend             152 samples/cpp/cloning_gui.cpp             imshow("Color Change Image", blend);
blend             158 samples/cpp/cloning_gui.cpp             illuminationChange(img0,res1,blend,alpha,beta);
blend             159 samples/cpp/cloning_gui.cpp             imshow("Illum Change Image", blend);
blend             164 samples/cpp/cloning_gui.cpp             textureFlattening(img0,res1,blend,low_t,high_t,kernel_size);
blend             165 samples/cpp/cloning_gui.cpp             imshow("Texture Flattened", blend);
blend             254 samples/cpp/cloning_gui.cpp             seamlessClone(img0,img2,res1,point,blend,num);
blend             255 samples/cpp/cloning_gui.cpp             imshow("Cloned Image", blend);
blend             256 samples/cpp/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             521 samples/cpp/cloning_gui.cpp             seamlessClone(img0,img2,res1,point,blend,num);
blend             522 samples/cpp/cloning_gui.cpp             imshow("Cloned Image", blend);
blend             523 samples/cpp/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             527 samples/cpp/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
blend             528 samples/cpp/cloning_gui.cpp             imshow("Color Change Image", blend);
blend             529 samples/cpp/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             533 samples/cpp/cloning_gui.cpp             illuminationChange(img0,res1,blend,alpha,beta);
blend             534 samples/cpp/cloning_gui.cpp             imshow("Illum Change Image", blend);
blend             535 samples/cpp/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             539 samples/cpp/cloning_gui.cpp             textureFlattening(img0,res1,blend,low_t,high_t,kernel_size);
blend             540 samples/cpp/cloning_gui.cpp             imshow("Texture Flattened", blend);
blend             541 samples/cpp/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             839 samples/cpp/stitching_detailed.cpp         blender->blend(result, result_mask);
blend              44 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp Mat img0, img1, img2, res, res1, final, final1, blend;
blend             150 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
blend             151 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Color Change Image", blend);
blend             157 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             illuminationChange(img0,res1,blend,alpha,beta);
blend             158 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Illum Change Image", blend);
blend             163 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             textureFlattening(img0,res1,blend,low_t,high_t,kernel_size);
blend             164 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Texture Flattened", blend);
blend             253 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             seamlessClone(img0,img2,res1,point,blend,num);
blend             254 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Cloned Image", blend);
blend             255 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             520 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             seamlessClone(img0,img2,res1,point,blend,num);
blend             521 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Cloned Image", blend);
blend             522 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             526 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             colorChange(img0,res1,blend,red,green,blue);
blend             527 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Color Change Image", blend);
blend             528 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             532 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             illuminationChange(img0,res1,blend,alpha,beta);
blend             533 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Illum Change Image", blend);
blend             534 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imwrite("cloned.png",blend);
blend             538 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             textureFlattening(img0,res1,blend,low_t,high_t,kernel_size);
blend             539 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imshow("Texture Flattened", blend);
blend             540 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             imwrite("cloned.png",blend);