SegmentTool: An Interactive GUI for Segmenting Images

版本 1.7.0.1 (464.2 KB) 作者: Brett Shoelson
Interactively find the best approach to segmenting (masking) your image
21.1K 次下载
更新时间 2016/9/1

查看许可证

SegmentTool launches a UI-driven tool for trying different approaches to masking your image.
IMPORTANT: This version is being maintained only to support usage in R14a and earlier. For R14b+, please use this version instead:
http://www.mathworks.com/matlabcentral/fileexchange/48859-segment-images-interactively--and-generate-matlab-code

Try different edge detection algorithms, modifying all possible parameters; implement global or local thresholds; detect regional or extended minima or maxima; find lines or circles. See the results of different approaches and inputs immediately.

Import new images from file or workspace; export segmentation masks; generate reproduction code; visualize segmentation on your original image; change colorspace representaions; lots more!

CURRENT TABS:
edge; threshold; Hough line/circle; Regional/Extended Min/Max, Color-Based.

COMING SOON:
A tab to manage manual segmentation approaches!

Suggestion: Use SegmentTool in conjunction with MorphTool to increase your image processing productivity!

See also: MorphTool

引用格式

Brett Shoelson (2024). SegmentTool: An Interactive GUI for Segmenting Images (https://www.mathworks.com/matlabcentral/fileexchange/38484-segmenttool-an-interactive-gui-for-segmenting-images), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.7.0.1

Updated license

1.7.0.0

Provides a missing function that enables loading of new data from file or workspace.
Adding a usage note for segmentImage (R14b+).

1.5.0.0

Provides a missing subfunction, better image input, better default tabPanel and expandAxes behavior.

1.4.0.0

Improved expandAxes capabilities, better default tabPanel behavior, better import of images...lots of little stuff.

1.3.0.0

Better support of SegmentTool as an App, and incorporation of the improved ExpandAxes (which now allows right-click exporting of images!).

1.2.0.0

Missing function for loading images provided. (Important if you want to load from the file menu!)

1.1.0.0

Included Color-Based segmentation tab.