Skip to content

Refactor to skimage.morphology.footprint_octagon#7626

Draft
lagru wants to merge 1 commit intoscikit-image:mainfrom
lagru:footprint_octagon
Draft

Refactor to skimage.morphology.footprint_octagon#7626
lagru wants to merge 1 commit intoscikit-image:mainfrom
lagru:footprint_octagon

Conversation

@lagru
Copy link
Copy Markdown
Member

@lagru lagru commented Dec 9, 2024

Description

The problem here is that the old API of octagon and its implementation doesn't map easily to an API using shape that allows for varying dimension lengths. If no decomposition is used, I've almost figured it out...

Let's discuss it at the meeting.

Checklist

Release note

For maintainers and optionally contributors, please refer to the instructions on how to document this PR for the release notes.

...

The problem here is that the old API of `octagon` doesn't map very well
to an API using `shape` that allows for variing dimension lengths. If no
decomposition is used, I've almost figured it out...
@lagru lagru added 🔽 Deprecation Involves deprecation 📜 type: API Involves API change(s) 🥾 Path to skimage2 A step towards the new "API 2.0" labels Dec 9, 2024
same length. Otherwise, an octagon is formed by cutting of the edges
of a rectangle. `cutout_length` will define the side length of these
cutouts.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decomposition missing

@lagru lagru added this to skimage2 Mar 3, 2025
@github-project-automation github-project-automation bot moved this to To Do in skimage2 Mar 3, 2025
@lagru lagru moved this from To Do to In progress in skimage2 Mar 3, 2025
@lagru lagru removed this from skimage2 Mar 3, 2025
@lagru lagru added this to skimage2 Mar 3, 2025
@github-project-automation github-project-automation bot moved this to To Do in skimage2 Mar 3, 2025
@lagru lagru moved this from To Do to In progress in skimage2 Mar 3, 2025
@lagru lagru removed this from skimage2 Mar 3, 2025
@lagru lagru linked an issue Mar 4, 2025 that may be closed by this pull request
4 tasks
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 9, 2025

Hello scikit-image core devs! There hasn't been any activity on this PR for more than 180 days. I have marked it as "dormant" to make it easy to find.

To our contributors, thank you for your contribution and apologies if this contribution fell through the cracks! Hopefully this ping will help bring some fresh attention to the review. If you need help, you can always reach out on our forum

If you think that this PR is no longer relevant, you may close it, or we may do it at some point (either way, it will be done manually). If you think the PR is valuable but you no longer have the bandwidth to update it, please let us know, so that someone can take it over. 🙏

@github-actions github-actions bot added the 😴 Dormant No recent activity label Jun 9, 2025
@github-actions github-actions bot removed the 😴 Dormant No recent activity label Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔽 Deprecation Involves deprecation 🥾 Path to skimage2 A step towards the new "API 2.0" 📜 type: API Involves API change(s)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unify API for footprint-generating functions

2 participants