How to evaluate a contour area after an intersection ?
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Image Analyst
on 24 Sep 2013
Edited: Image Analyst
on 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.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!