Machine Learning Based GUI

4 ビュー (過去 30 日間)
Rana Raees Ahmed Khan
Rana Raees Ahmed Khan 2017 年 8 月 11 日
コメント済み: Aditi Vyas 2019 年 2 月 9 日
hi, the problem i am presenting is that I am doing a vehicle make and model recognition project based on machine learning, which I intend to put in a GUI. I have created a bag of words classifier with a car data set, all the data of bag of words is saved as the workspace variables in a mat-file, I also have a small m-file to take a test set and load the mat file of BOW(bag of words) and do the classification, return the result of the classified label in the command window. I have the following files:
  1. bag of words m-file,
  2. a test m.file
  3. a mat-file, in which all the workspace variables of the bag of words m file are saved.I am new to GUI, following some videos on matlab website, I made a simple GUI with a push button which asks user to load an image, and display it on the axes in GUI, what I want to do is:
  4. pass the loaded image to my classifier using the GUI,
  5. display the result in the GUI as a text. (test m-file also returns answer as text in command window)
i did a little research and got the ideas to load the workspace of the mat-file in the GUI file and access those variables, but I couldn't find a proper way to do it, please help me out on how to do this the best way. thanks.
  1 件のコメント
Aditi Vyas
Aditi Vyas 2019 年 2 月 9 日
Did you get the solution?
I am stuck at the same problem.

サインインしてコメントする。

採用された回答

mizuki
mizuki 2017 年 8 月 13 日
編集済み: mizuki 2017 年 8 月 13 日
Use GUIDE to create a GUI. You can load mat files inside of the GUIDE function, and pass variables between functions by defining them as
handles.<variablename>
Also, please check the following video that explains how to create a GUI. https://jp.mathworks.com/videos/creating-a-gui-with-guide-68979.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by