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
In [23]: import cv2 ...: from skimage import io ...: from skimage.morphology import disk ...: import numpy as np ...: ...: landmask = io.imread("./test/test_inputs/landmask.tiff")[:, :, 0] ...: selem = disk(50).astype(np.uint8) ...: In [24]: %%timeit ...: cv2.dilate(landmask, selem) ...: ...: 2.92 s ± 11.7 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
The text was updated successfully, but these errors were encountered:
After adding this feature, update this test to compare the disk(50) se generator make_landmask_se against the one on file.
make_landmask_se
https://github.com/WilhelmusLab/IceFloeTracker.jl/blob/f3e5388f77cd99c5d4c0aae2776e7dbf1da07935/test/test-create-landmask.jl#L19
Sorry, something went wrong.
cpaniaguam
When branches are created from issues, their pull requests are automatically linked.
The text was updated successfully, but these errors were encountered: