A Fast Image Segmentation using Delaunay Triangulation (Revisited)

This is a tuned version of the old post on Delaunay-based image segmentation.
2.6K Downloads
Updated 26 Jul 2012

View License

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

Cite As

Abbas Cheddad (2024). 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. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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