2D Shape Equipartition

A segmentation of a region into N equal area segments so that the boundaries between the segments have a minimum length.

https://sites.google.com/site/costaspanagiotakis/research/shape-equipartition

You are now following this Submission

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

Cite As

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

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.1

Tags update

1.0.0