How to evaluate a contour area after an intersection ?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2013-9-24
编辑:Image Analyst
2013-9-24
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!