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

motion blur fails on grayscale inputs #6

Closed
hutec opened this issue Jul 23, 2019 · 1 comment · Fixed by #10
Closed

motion blur fails on grayscale inputs #6

hutec opened this issue Jul 23, 2019 · 1 comment · Fixed by #10

Comments

@hutec
Copy link

hutec commented Jul 23, 2019

Your motion_blur implementation fails with grayscale inputs, e.g. 128x128 and any severity.
Minimal example:

img = np.zeros((128, 128))
motion_blur(img)
@Hvitgar
Copy link
Member

Hvitgar commented Jul 25, 2019

I am currently looking into this and #5 and will update the code asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants