import image and image processing functions

14 ビュー (過去 30 日間)
dmd dmd
dmd dmd 2014 年 2 月 6 日
回答済み: Image Analyst 2014 年 2 月 6 日
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)

回答 (1 件)

Image Analyst
Image Analyst 2014 年 2 月 6 日
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!

Translated by