How to evaluate a contour area after an intersection ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Image Analyst
el 24 de Sept. de 2013
Editada: Image Analyst
el 24 de Sept. de 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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!