Fast Equipartition of 2D Shapes

The goal of this problem is to obtain a segmentation into N equal area segments (regions).
4 download
Aggiornato 7 mag 2025

Visualizza la licenza

This code is a simple implementation of SEP-FBC and SEP-PSO FBC 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_FBC.m: implemetation of the SEP-FBC method
runSEP_PSO_FBC.m: implemetation of the SEP-PSO FBC method
The user gives the number of segments and each method provides corresponding solutions of SEP.
[1] C. Panagiotakis, Fast Equipartition of Complex 2D Shapes with Minimal Boundaries, 2025.
You can download Datasets from:
https://sites.google.com/site/costaspanagiotakis/research/shape-equipartition

Cita come

C. Panagiotakis, Fast Equipartition of Complex 2D Shapes with Minimal Boundaries, Algorithms, 2025.

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

readme update

1.0.0