JuliaImages / ImageFiltering.jl

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

Don't use FFT with non-finite input #205

Closed yha closed 3 years ago

yha commented 3 years ago

Fixes imfiltering vectors with ±Inf

codecov[bot] commented 3 years ago

Codecov Report

Merging #205 (6dd6b7e) into master (16a1e5c) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #205      +/-   ##
==========================================
+ Coverage   91.00%   91.07%   +0.07%     
==========================================
  Files          10       10              
  Lines        1412     1412              
==========================================
+ Hits         1285     1286       +1     
+ Misses        127      126       -1     
Impacted Files Coverage Δ
src/imfilter.jl 91.12% <100.00%> (+0.18%) :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 16a1e5c...6dd6b7e. Read the comment docs.

timholy commented 3 years ago

Thanks! Very nice change.

timholy commented 3 years ago

https://github.com/JuliaRegistries/General/pull/29719