How to evaluate a contour area after an intersection ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have two contours output (C1 and C2) from contour function. I evaluate the intersection of C1 and C2 using the intersection function, but now I only got an array and I need to evaluate the intersected area. How can I do this ?
Thanks in advanced Uni
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 24 Sep. 2013
Bearbeitet: Image Analyst
am 24 Sep. 2013
I don't see what intersect() will do for you. What do you want to do? Exactly what does "evaluate" mean to you? Calculate the area of overlap? If so you can use poly2mask() in the Image Processing Toolbox. Then AND the two binary images together, and sum up the image.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!