Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Specific Application of a GUI using Guide

조회 수: 1 (최근 30일)
Caleb
Caleb 2012년 7월 6일
마감: MATLAB Answer Bot 2021년 8월 20일
I'm working with an image processing algorithm that is quite extensive and needs a lot of iteration to properly segment a variety of images.
What I would like to do is to take every step of the image processing and export it to my GUI for iteration. I want to show the image that I'm processing in one window and then show the effect of whatever function I carry out in another window. I want to allow the user to select different types of filtering (tophat, median, etc.) or masking and show the result, so the user can select which functions best segmented the original image.
I haven't been able to find any in-depth examples or demos on manipulating images in a GUI, so I have been pretty lost when trying to code the callbacks in Guide.
If anyone knows of any solid documentation that would benefit my application or would have any insight on this project, then your insight will be greatly appreciated.

답변 (1개)

Luffy
Luffy 2012년 7월 7일
편집: Walter Roberson 2012년 7월 7일
if it doesn't post more information as to where u r having trouble
  댓글 수: 1
Caleb
Caleb 2012년 7월 9일
I saw that, but I'm trying to build it using GUIDE, so I was looking for something that explained GUI building with the use of GUIDE.
First off, I want to paste an image or two onto the GUI and I don't even know how to do that. Then I'm wanting to allow the user to click a button to apply a certain filter; they can then use the slider to refine the filter (by specifying a bigger or smaller filter size, etc.).
I thought I might be able to find some example of a GUI that does that, since it seemed like it could be a common application for working iteratively with images.

Community Treasure Hunt

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

Start Hunting!

Translated by