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!
