so i have two images (image1 and image2) in the format.tiff and i want to combine them by creating a new one (leftside of image1 and rightsideof image2)i have to

3 个评论

ken  masters
ken masters 2011-6-9
these are thex size for both images 280x272
Sean de Wolski
Sean de Wolski 2011-6-9
okay, what's your question?
ken  masters
ken masters 2011-6-9
how do i plot just half of an image?? then combine it with the half of another image?

请先登录,再进行评论。

 采纳的回答

Sean de Wolski
Sean de Wolski 2011-6-9

0 个投票

imshow([image1(:,1:ceil(1:size(image1,2)/2)) image2(:,floor(1:size(image2,2)/2):end)])

更多回答(0 个)

类别

帮助中心File 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