Intersection of clusters in 2 binary masks

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

Réponses (0)

Catégories

En savoir plus sur Discrete Math dans Centre d'aide et File Exchange

Question posée :

le 19 Oct 2013

Community Treasure Hunt

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

Start Hunting!

Translated by