JuliaImages / ImageFiltering.jl

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

Improve the performance of mapwindow(extrema, ...), esp for large windows #115

Closed timholy closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #115 into master will decrease coverage by 0.58%. The diff coverage is 43.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   83.02%   82.44%   -0.59%     
==========================================
  Files           9        9              
  Lines        1202     1213      +11     
==========================================
+ Hits          998     1000       +2     
- Misses        204      213       +9
Impacted Files Coverage Δ
src/imfilter.jl 82.37% <100%> (ø) :arrow_up:
src/mapwindow.jl 78.5% <40%> (-3.52%) :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 496b3f8...5eb99c9. Read the comment docs.