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 个)
Image Analyst
2014-9-13
0 个投票
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 个评论
Image Analyst
2014-9-13
Try imfuse() or imshowpair().
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!