import image and image processing functions

1 view (last 30 days)
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)

Answers (1)

Image Analyst
Image Analyst on 6 Feb 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

Community Treasure Hunt

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

Start Hunting!