Intersection of clusters in 2 binary masks

4 次查看(过去 30 天)
Hi, I'm kind of new to matlab. I'm trying to figure out how to retrieve a new binary mask containing only the clusters which intersect from 2 other binary mask containing a number of clusters.
The two binary images I am using contain clusters of a thresholded size.
I literally have no idea how to go about approaching this problem.
For example if if the two binary images were
0 0 0 0 0 1
1 1 1 1 1 1
0 0 0 0 0 0
0 0 0 1 1 1
The result should be
0 0 1
1 1 1
0 0 0
0 0 0
Thanks in advance

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Discrete Math 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by