conversion of figure window to image window.

I have formed image in a figure window.how do i map this image into image window such that i could trace the co-ordinates of it? And i want to link this image to other program for further process.

 Respuesta aceptada

Image Analyst
Image Analyst el 17 de Feb. de 2013

1 voto

There is nothing you have to do. The image is already in an "image window" as you call it. The image is actually in an "axes" control that is sitting on a "figure" window. You're free to start using imfreehand() or whatever you want to trace coordinates. Let me know if you want a demo.
As far as "link this image to other program for further process", I suggest you look at the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F But I'd recommend that you put the axes on the same figure/gui as your other controls (buttons, listboxes, checkboxes, etc.) because it will make it a lot easier.

Más respuestas (0)

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by