-
Notifications
You must be signed in to change notification settings - Fork 5
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
Discussion on padding in only 1 or defined dimensions,and adding dims setting as a keyword #24
Comments
We could first add |
I haven't been able to figure it out yet,so I would say I am going pretty slow here. |
With JuliaArrays/PaddedViews.jl#49 merged, I think we can now work on this issue. Just need to clean out a way to pass I think this method can now be safely deleted: MosaicViews.jl/src/MosaicViews.jl Lines 402 to 403 in 3b9a1de
and previously used |
This turns out to be impossible unless we redesign
Step 2 requires arrays to be common axes. For array of array inputs, the more efficient and also more flexible way is to create a lazy cat view. |
From #164,Padding in only 1 direction make sense for case where we don't want padding in 2 dims and output of same size is not needed/required.ImagePyramids being a good case for this.
using paddedviews:
using mosaicview:
JuliaImages/juliaimages.github.io#164 (comment)
@johnnychen94 's comment serves as the starting point for this discussion
The text was updated successfully, but these errors were encountered: