How do i implement any algorithm with GUI in matlab 2012

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)

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

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.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Asked:

on 11 Jun 2014

Commented:

on 14 Jun 2014

Community Treasure Hunt

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

Start Hunting!