필터 지우기
필터 지우기

How to evaluate a contour area after an intersection ?

조회 수: 1 (최근 30일)
Uni
Uni 2013년 9월 24일
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

채택된 답변

Image Analyst
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.
  댓글 수: 2
Uni
Uni 2013년 9월 24일
yes, I have to calculate the overlap's area from both contours, and afterwards I need the area of the union from both contours too. is it possible with poly2mask() ? I mean "intersection" and "union".
I need to calculate two areas one from the overlap and the other from the "union"
thanks ;)
Uni
Uni 2013년 9월 25일
I need to calculate overlap ratio, being
OR = Area(C1 intersect C2) / Area(C1 union C2)
do you have any ideia ?
thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by