Manually selecting regions of an image
이전 댓글 표시
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?
답변 (1개)
Image Analyst
2013년 7월 29일
0 개 추천
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
Mitchell
2013년 7월 29일
Image Analyst
2013년 7월 30일
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.
카테고리
도움말 센터 및 File Exchange에서 Image Thresholding에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!