Manually selecting regions of an image
Show older comments
I have a MATLAB GUI interface program, and one of the things that it does is display a grayscale image and separate it into regions based on a threshold. I want to be able to manually modify the regions. Is there a way to get where the cursor clicks on an image in a GUI? Is there click-and-drag support?
Answers (1)
Image Analyst
on 29 Jul 2013
0 votes
How do you want to manually modify the regions? If it's by thresholding, I have an interactive thresholding app in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
2 Comments
Mitchell
on 29 Jul 2013
Image Analyst
on 30 Jul 2013
You forgot to tell me the URL of your image. My app is just a simple single threshold that applies to the whole image. You may need to have a threshold that adapt locally. I can't tell because I can't see your image.
Categories
Find more on Image Thresholding in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!