JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 51 forks source link

Add `box` and `laplacian2d` #226

Closed timholy closed 2 years ago

timholy commented 2 years ago

These come from Images.jl and are part of moving most/all code out to make it a meta-package.

As annotated in https://github.com/JuliaImages/Images.jl/pull/971, these may be the last of the moves here (gaussian_pyramid does not seem likely to move). Consequently, once this merges we could release a new version, unblocking https://github.com/JuliaImages/ImageSegmentation.jl/pull/72, or we could wait for #214 and/or #225.

codecov[bot] commented 2 years ago

Codecov Report

Merging #226 (e12a6ad) into master (02407fa) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   91.60%   91.60%           
=======================================
  Files          11       11           
  Lines        1513     1513           
=======================================
  Hits         1386     1386           
  Misses        127      127           
Impacted Files Coverage Δ
src/kernel.jl 99.21% <100.00%> (+0.03%) :arrow_up:
src/kernelfactors.jl 90.97% <100.00%> (+0.25%) :arrow_up:
src/ImageFiltering.jl 68.75% <0.00%> (-8.53%) :arrow_down:
src/utils.jl 87.87% <0.00%> (-0.70%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02407fa...e12a6ad. Read the comment docs.