JuliaImages / ImageFiltering.jl

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

Fixes #82 (Makes Triggs-Sdika IIR work on OffsetArrays) #83

Closed zygmuntszpak closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #83 into master will decrease coverage by 33.08%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #83       +/-   ##
===========================================
- Coverage   94.94%   61.86%   -33.09%     
===========================================
  Files           8        8               
  Lines         693     1070      +377     
===========================================
+ Hits          658      662        +4     
- Misses         35      408      +373
Impacted Files Coverage Δ
src/imfilter.jl 64.92% <100%> (-26.1%) :arrow_down:
src/mapwindow.jl 50% <0%> (-47.88%) :arrow_down:
src/utils.jl 55.55% <0%> (-44.45%) :arrow_down:
src/kernelfactors.jl 57.14% <0%> (-40%) :arrow_down:
src/specialty.jl 64.7% <0%> (-35.3%) :arrow_down:
src/border.jl 64.96% <0%> (-34.07%) :arrow_down:
src/kernel.jl 70.1% <0%> (-28.45%) :arrow_down:
src/ImageFiltering.jl 80% <0%> (-20%) :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 68df927...57eaf58. Read the comment docs.

timholy commented 5 years ago

Awesome. On first blush this looks good but a careful review will have to wait until my conference is over and I've had a couple of days to catch up.

timholy commented 5 years ago

New release tagged.