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!