combine the 2 binary images

19 次查看(过去 30 天)
I have 2 images that are the binary 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
images1.bmp

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-8-1
编辑:KALYAN ACHARJYA 2019-8-1
Z=M & N; %Preferred
or
Z=and(M,N);

更多回答(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