Intersect() Problem when none of the pixels overlap
Afficher commentaires plus anciens
When I used intersect() to find the intersection between A (red) and B (blue), I failed to get any because the pixels don't overlap. What can I do to estimate the intersection point?

2 commentaires
Ashish Uthama
le 28 Jan 2016
Modifié(e) : Ashish Uthama
le 28 Jan 2016
How would you define (for a computer) an intersection? For example, what if they just 'touch'? (Image 1 and 2 represent A and B)
1 0 0 2
0 1 2 0
0 1 2 0
1 0 0 2
Hg
le 29 Jan 2016
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Morphological Operations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!