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
Aktualisiert 26. Jul 2012

Lizenz anzeigen

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

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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