combine the 2 images

1 次查看(过去 30 天)
I have 2 images that are the same size, M.jpg and N.jpg. I want to combine the 2 images into Z.jpg as shown. How do I write programs with matlab? Thanks.
aree.supha@gmail.com

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-8-1
编辑:KALYAN ACHARJYA 2019-8-1
M1=imread('M.jpg');
N1=imread('N.jpg');
result=imfuse(M1,N1);
Please note those white area represents having pixel with maximum values, have you check here?

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by