2D Shape Equipartition

A segmentation of a region into N equal area segments so that the boundaries between the segments have a minimum length.
3 download
Aggiornato 11 nov 2024

Visualizza la licenza

This code is a simple implementation of 2D-SEP and 2D-SEP-LS algorithms proposed in [1]. The goal of this problem is to obtain a segmentation into N equal area segments (regions), where the number of segments (N) is given by the user, under the constraint that the boundaries between the segments have a minimum length.
You can find more details in [1]
Files:
runSEP_RG.m: implemetation of the 2D-SEP-RG method
runSEP_ILS.m: implemetation of the 2D-SEP-ILS method
The user gives the number of segments and each method provides corresponding solutions of SEP.
[1] C. Panagiotakis, The 2D Shape Equipartition Problem under Minimum Boundary Length, ICPR, 2024.
You can download Datasets from:
https://sites.google.com/site/costaspanagiotakis/research/shape-equipartition

Cita come

Costas Panagiotakis (2025). 2D Shape Equipartition (https://it.mathworks.com/matlabcentral/fileexchange/175388-2d-shape-equipartition), MATLAB Central File Exchange. Recuperato .

C. Panagiotakis, The 2D Shape Equipartition Problem under Minimum Boundary Length, ICPR, 2024.

Compatibilità della release di MATLAB
Creato con R2023b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

Tags update

1.0.0