JuliaImages / ImageFiltering.jl

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

add mapwindow! #49

Closed jw3126 closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.25%. The diff coverage is 97.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   90.48%   90.73%   +0.25%     
==========================================
  Files           8        8              
  Lines        1040     1058      +18     
==========================================
+ Hits          941      960      +19     
+ Misses         99       98       -1
Impacted Files Coverage Δ
src/ImageFiltering.jl 100% <ø> (ø) :arrow_up:
src/mapwindow.jl 88.52% <97.22%> (+1.85%) :arrow_up:

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 d9a0a7a...b2bf0b6. Read the comment docs.

timholy commented 6 years ago

Thanks again!