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

DOC: document the normalized kernel in prewitt_h, prewitt_v #5076

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Nov 23, 2020

Description

closes #5075

The documented filter kernel for prewitt_h and prewitt_v did not take the normalization of the smoothing kernel into account.

Checklist

For reviewers

  • Check that the PR title is short, concise, and will make sense 1 year
    later.
  • Check that new functions are imported in corresponding __init__.py.
  • Check that new features, API changes, and deprecations are mentioned in
    doc/release/release_dev.rst.

@grlee77 grlee77 added the 📄 type: Documentation Updates, fixes and additions to documentation label Nov 23, 2020
@jni jni merged commit ad737ac into scikit-image:master Nov 24, 2020
@jni
Copy link
Member

jni commented Nov 24, 2020

Thank you @grlee77!

@grlee77 grlee77 deleted the prewitt_doc_fix branch July 8, 2021 20:47
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.

0.18.0 : Doc error for skimage.filters.prewitt_h/v
2 participants