how to generate a binary spatial mask?

I have two images and i want to generate a mask for one of them by using a corelation between them.can anyone help me with this?

回答(1 个)

Use xcorr2() to do the correlation but I have no idea what you plan on doing with that output image to make a mask. What are you thinking? Threshold it or something?????

2 个评论

Kotti
Kotti 2014-9-13
编辑:Kotti 2014-9-13
Actually , I have two registered images and want to blend them to create a mosaic, so i wanted to create a spatial mask.
Try imfuse() or imshowpair().

请先登录,再进行评论。

标签

提问:

2014-9-13

Community Treasure Hunt

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

Start Hunting!

Translated by