A Fast Image Segmentation using Delaunay Triangulation (Revisited)

版本 1.1.0.0 (8.3 MB) 作者: Abbas Cheddad
This is a tuned version of the old post on Delaunay-based image segmentation.
2.6K 次下载
更新时间 2012/7/26

查看许可证

This is a tuned version of the old post on Delaunay-based image segmentation.

http://www.mathworks.nl/matlabcentral/fileexchange/28330-a-fast-image-segmentation-using-delaunay-triangulation

引用格式

Abbas Cheddad (2025). A Fast Image Segmentation using Delaunay Triangulation (Revisited) (https://www.mathworks.com/matlabcentral/fileexchange/37556-a-fast-image-segmentation-using-delaunay-triangulation-revisited), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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

In the DSIterate.m file

Was:

if length(Clusters2)==3 % Setting the min to 5 clusters

Changed to:

if length(Clusters2)<=5 % Setting the minimum number of clusters to 5

====

Changed the screenshot image.

1.0.0.0