Borrar filtros
Borrar filtros

How to mapped largest contour from pathlines?

5 visualizaciones (últimos 30 días)
Suman
Suman el 24 de Dic. de 2022
Comentada: Image Analyst el 31 de Dic. de 2022
I need to find largest contour from the pathline.

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Dic. de 2022
I don't know what pathline is. But if you can export your contour lines to a binary image, then you can extract the longest one with bwareafilt
longestContour = bwareafilt(binaryImageOfContours, 1); % Get only the blob with most number of pixels.
  11 comentarios
DGM
DGM el 31 de Dic. de 2022
Editada: DGM el 31 de Dic. de 2022
If the field is represented with a limitation on maximum density of plotted lines, I don't see how you can discern whether a path is closed by looking at whether a plotted line is closed.
Image Analyst
Image Analyst el 31 de Dic. de 2022
I don't know. We're all just guessing here because he doesn't want to share his original data or code for how the vector field was created or how the contour lines were created. Obviously trying to figure it out from a screenshot is not the best way, and susceptible to the size of the plot on screen, but he's not sharing anything else so what can we do? We have no context at all other than it's a vector field. I'm going to quit soon unless more helpful information is forthcoming.
@Suman If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by