import image and image processing functions
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have 2 buttons in gui. on clicking 1st button,i want it to import an image(palm image) stored on computer to workspace . on clicking the 2nd button,it should use that imported image and convert it to binary form and perform canny edge detector on it and then display the image ( basically i am extracting palm lines from the imported image to find symbols on it and make analysis based on symbol)
0 comentarios
Respuestas (1)
Image Analyst
el 6 de Feb. de 2014
You can attach your image to handles, make it global, or use setappdata(). See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!