How do i implement any algorithm with GUI in matlab 2012

1 view (last 30 days)
i write an algorithm (K-means) for image processing in matlab but how do i made a GUI for the algo? Please Help..

Answers (1)

Image Analyst
Image Analyst on 11 Jun 2014
You might try plugging it into the "AnalyzeSingleImage" function in the MAGIC_GUI framework: http://www.mathworks.com/matlabcentral/fileexchange/24224-magic-matlab-generic-imaging-component
  1 Comment
Smriti bhaleshwar
Smriti bhaleshwar on 14 Jun 2014
hello dr..
I have tried the sugested application of MAGIC_GUI...nd it is also wrking...bt prblm is that i want to make cluster of images that will match to the query image. And the task i want to is can not be accomplished by this MAGIC_GUI. The only thing i want to is that i browsed the query image in my GUI but don knw how to give its path information to the next callback function in the algorithm. please help me out.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!