Check if a binary image is within a particular binary area
显示 更早的评论
I have a binary image BW_large, and another binary image BW_small
How do I check if BW_small is within BW_large?
采纳的回答
更多回答(1 个)
Image Analyst
2022-4-24
0 个投票
If you just want to know if ANY part of it is within the other blob, then you can make up your marker image and main image, and call imreconstruct(). You have years of image processing experience now so you should be able to figure it out.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
