We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some problems I came across while testing for #160:
mapwindow(minimum, 1:8, -2:0; border="reflect") # DimensionMismatch
NA()
NoPad()
mapwindow(minimum, 1:8, 3; border=NA()) # MethodError mapwindow(minimum, 1:8, 3; border=NoPad()) # MethodError
indices
mapwindow(minimum, 1:8, -2:0; indices=1:2) # AssertionError on master, DimensionMismatch with JuliaImages/ImageFiltering.jl#160
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some problems I came across while testing for #160:
NA()
andNoPad()
don't workindices
entirely inside the border:The text was updated successfully, but these errors were encountered: