Intersection of clusters in 2 binary masks

4 visualizzazioni (ultimi 30 giorni)
Ryan
Ryan il 19 Ott 2013
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

Risposte (0)

Categorie

Scopri di più su Discrete Math in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by