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

Replace with correct reference to eigenvalues in ridge detection docstrings #7034

Merged
merged 1 commit into from Jun 28, 2023

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Jun 21, 2023

The ridge detectors use the hessian eigenvalues, not the eigenvectors.

Description

Checklist

The ridge detectors use the hessian eigenvalues, not the eigenvectors.
@mkcor mkcor added the 📄 type: Documentation Updates, fixes and additions to documentation label Jun 22, 2023
Copy link
Member

@mkcor mkcor left a comment

Choose a reason for hiding this comment

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

Good catch, thanks @anntzer! Indeed,

eigvals = hessian_matrix_eigvals(hessian_matrix(

(likewise in the other two instances).

@lagru lagru merged commit 55a1073 into scikit-image:main Jun 28, 2023
22 of 23 checks passed
@lagru
Copy link
Member

lagru commented Jun 28, 2023

Thank you! :)

@stefanv stefanv added this to the 0.22 milestone Jun 28, 2023
@lagru lagru changed the title DOC: fix ridge detection docstrings. Replace with correct reference to eigenvalues in ridge detection docstrings Jun 28, 2023
@anntzer anntzer deleted the ridgedoc branch June 28, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📄 type: Documentation Updates, fixes and additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants