Published January 2024 | Version 1.0.0
Software Open
Eggfit: An iterative algorithm to fit egg-shapes to object boundaries
Creators
Description
Fitting egg shapes to boundaries
This is a snapshot of the research code that produced results for the following publication:
- J. Hladůvka and W. G. Kropatsch. Fitting egg-shapes to discretized object boundaries, in Discrete geometry and mathematical morphology, 2024, pp. 107–119, DOI:10.1007/978-3-031-57793-2_9.
To reproduce the experiments, please:
- unzip the archive,
- patch the package versions as described in the erratum below, and
- follow the instructions in the README of the zip archive.
Erratum (2024, September):
During the follow-up work, it has been noted that the package version specifications in eggfit/workflow/envs/eggfit.yaml of the uploaded zip archive were accidentally commented out which may result in execution failure. To resolve this, please remove the comments # preceding the = sign or, equivalently, replace the content of the file with the following:
channels:
- conda-forge
dependencies:
- python = 3.9.18
- numpy = 1.23.2
- scipy = 1.9.3
- shapely = 2.0.1
- pandas = 1.5.1
- matplotlib = 3.7.1
- scienceplots = 2.1.0
- seaborn = 0.12.2
Files
eggfit.zip
Additional details
Related works
- Is referenced by
- Conference Paper: 10.1007/978-3-031-57793-2_9 (DOI)
- Is supplement to
- Dataset: 10.48436/de66n-2pj41 (DOI)