Check if a binary image is within a particular binary area
Mostrar comentarios más antiguos
I have a binary image BW_large, and another binary image BW_small
How do I check if BW_small is within BW_large?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 24 de Abr. de 2022
0 votos
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.
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
