getting coordinates from a picture
Mostrar comentarios más antiguos

Hi! I have an image that I would like to get the coordinates from. Its a 2D image. I need to perform some operation with the image. I need to get the coordinates of some points I choose and get them saved. I am aware of the data cursor, but since I have a huge number of points, manual operation will be of no way.
lets say, I have this basic structure of a thermal fin. I need say 1000 points from its boundary.Is there any way in matlab, I can import the image, and save the coordinates of the boundary, distributed evenly over.
I hope my question is clear.
thanks in advance!!
Respuesta aceptada
Más respuestas (1)
Venkatkumar Muneeswaran
el 15 de Jun. de 2023
Editada: Venkatkumar Muneeswaran
el 15 de Jun. de 2023
0 votos
3 comentarios
Venkatkumar Muneeswaran
el 15 de Jun. de 2023
As of now I am using Similar to that, but Is ther any otherway without picking the points in the image and directly recognize the line/dashed line plot in the image?
Image Analyst
el 15 de Jun. de 2023
Editada: Image Analyst
el 15 de Jun. de 2023
Yes, but it will be complicated. Probably too complicated for you to program up. You'd have to segment the image to find the curved line, and the axes (box) then find the limits of the axes to spatially calibrate it. Not super trivial. Why don't you just use imfreehand to trace the curve? Demo attached.
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




