Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] add cucim.skimage.morphology.medial_axis #336

Closed
grlee77 opened this issue Jul 26, 2022 · 0 comments · Fixed by #342
Closed

[FEA] add cucim.skimage.morphology.medial_axis #336

grlee77 opened this issue Jul 26, 2022 · 0 comments · Fixed by #342
Assignees
Labels
feature request New feature or request
Milestone

Comments

@grlee77
Copy link
Contributor

grlee77 commented Jul 26, 2022

Once #318 is merged, we can add the medial axis transform. This behaves similarly to skimage.morphology.thin, but the values on the skeleton correspond to those returned by the distance transform.

@grlee77 grlee77 added the feature request New feature or request label Jul 26, 2022
@grlee77 grlee77 added this to the v22.08.00 milestone Jul 26, 2022
@grlee77 grlee77 self-assigned this Jul 26, 2022
@rapids-bot rapids-bot bot closed this as completed in #342 Aug 3, 2022
rapids-bot bot pushed a commit that referenced this issue Aug 3, 2022
closes #336

This PR adds a function for skeletonization of 2D images via the medial axis transform. 

It should be reviewed after #318 is merged. The new commits only start from 19a6fed.

There is one sequential component to this algorithm that still must be run on the CPU, but the majority of the computations are on the GPU and acceleration is good. I will add benchmark results here soon.

Authors:
  - Gregory Lee (https://github.com/grlee77)
  - https://github.com/jakirkham

Approvers:
  - https://github.com/jakirkham
  - Gigon Bae (https://github.com/gigony)

URL: #342
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant