MATLAB: Code ready. Need GUI help

gui

Im working on Robust Image watermarking project. The codes are ready. I just want to build an GUI. I need an option like, Upload button, CLick to 'Embed watermark' and another GUI for retrieving. Can someone help me? I can share the codes..

Best Answer

Well you can try this framework: http://www.mathworks.com/matlabcentral/fileexchange/24224 It has all the usual things on it (buttons, checkboxes, listboxes, etc.) in a GUI framework ready for you to insert your code into. For example your main code for one single image could be inserted into the function called AnalyzeSingleImage(). It can also batch process whatever images you highlighted, export results to Excel, mask images, etc. all in an easy to use framework with buttons labeled Step 1, Step 2, Step 3, etc. to guide even the most novice user.