I am blending two images of different sizes in matlab. I want to blend the source image(512x512x3 ) to a specific location in destination image(1920x1080x3). I am using vision.AlphaBlender, but i am getting an error saying step ; sys = tf(a,b);

1 Ansicht (letzte 30 Tage)
Here is the code of my program I1=imread('Lenna.png'); >> I2=imread('Lenna.png'); >> I1=imread('DestinationImage.jpg'); >> I1=im2double(I1); >> I2=im2double(I2); >> halphablend = vision.AlphaBlender; >> location_mask=[500 500]; >> JImgBlend=step(I1, I2, location_mask);
Please help me with this program.

Antworten (0)

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by