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

Fix LPI filter for data with even dimensions #6883

Merged
merged 1 commit into from Apr 11, 2023

Conversation

stefanv
Copy link
Member

@stefanv stefanv commented Apr 11, 2023

Also add filter_forward to public API: this is the functional interface to the LPIFilter2D class.

A stringest test is added that compares filter output with that of skimage.filters.gaussian.

@stefanv
Copy link
Member Author

stefanv commented Apr 11, 2023

@lagru This addresses the public API concern you raised on Zulip.

Also add `filter_forward` to public API: this is the functional
interface to the LPIFilter2D class.

A stringest test is added that compares filter output with that of
`skimage.filters.gaussian`.
@jarrodmillman jarrodmillman added the 🩹 type: Bug fix Fixes unexpected or incorrect behavior label Apr 11, 2023
@jarrodmillman jarrodmillman added this to the 0.21 milestone Apr 11, 2023
@jarrodmillman jarrodmillman merged commit 51225d1 into scikit-image:main Apr 11, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🩹 type: Bug fix Fixes unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants