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

mapwindow failure cases #169

Open
yha opened this issue May 26, 2020 · 0 comments
Open

mapwindow failure cases #169

yha opened this issue May 26, 2020 · 0 comments

Comments

@yha
Copy link
Contributor

yha commented May 26, 2020

Some problems I came across while testing for #160:

  • border "reflect" seems to fail for non-symmetric windows
mapwindow(minimum, 1:8, -2:0; border="reflect") # DimensionMismatch
  • borders NA() and NoPad() don't work
mapwindow(minimum, 1:8, 3; border=NA()) # MethodError
mapwindow(minimum, 1:8, 3; border=NoPad()) # MethodError
  • fails when given indices entirely inside the border:
mapwindow(minimum, 1:8, -2:0; indices=1:2) # AssertionError on master, DimensionMismatch with JuliaImages/ImageFiltering.jl#160
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

No branches or pull requests

1 participant