Info
此问题已关闭。 请重新打开它进行编辑或回答。
Specific Application of a GUI using Guide
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Luffy
2012-7-7
编辑:Walter Roberson
2012-7-7
if it doesn't post more information as to where u r having trouble
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!