I have created a Matlab GUI for Image processing. How do i make the GUI run for various images in a folder and export that data to an excel sheet ? I compare 2 images for features and grade them according to a pre-defined grading rubric.

3 次查看(过去 30 天)
I have created a app for grading of 2 drawings and grade them according to a pre defined grading rubric. I need to run this application for multiple images at once and export the results to an excel file for each corresponding image.

回答(1 个)

Image Analyst
Image Analyst 2017-5-21
That's exactly what MAGIC does. Simply replace the function AnalyzeSingleImage() with the code from your "pre-defined grading rubric".
This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The results are optionally sent to Excel.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by