JuliaImages / ImageFiltering.jl

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

[docs] imfilter #251

Closed sbrisard closed 1 year ago

sbrisard commented 1 year ago

The docstrings are not consistent with the tutorials (FFT() rather than Algorithm.FFT()).

codecov[bot] commented 1 year ago

Codecov Report

Base: 91.90% // Head: 78.62% // Decreases project coverage by -13.27% :warning:

Coverage data is based on head (0bda5e0) compared to base (e6ed8d7). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #251 +/- ## =========================================== - Coverage 91.90% 78.62% -13.28% =========================================== Files 12 12 Lines 1642 1062 -580 =========================================== - Hits 1509 835 -674 - Misses 133 227 +94 ``` | [Impacted Files](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/imfilter.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2ltZmlsdGVyLmps) | `82.16% <ø> (-9.97%)` | :arrow_down: | | [src/compat.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2NvbXBhdC5qbA==) | `0.00% <0.00%> (-50.00%)` | :arrow_down: | | [src/border.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2JvcmRlci5qbA==) | `64.62% <0.00%> (-27.23%)` | :arrow_down: | | [src/utils.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL3V0aWxzLmps) | `67.30% <0.00%> (-20.76%)` | :arrow_down: | | [src/kernelfactors.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2tlcm5lbGZhY3RvcnMuamw=) | `75.45% <0.00%> (-15.67%)` | :arrow_down: | | [src/specialty.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL3NwZWNpYWx0eS5qbA==) | `84.61% <0.00%> (-15.39%)` | :arrow_down: | | [src/borderarray.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2JvcmRlcmFycmF5Lmps) | `79.66% <0.00%> (-13.68%)` | :arrow_down: | | [src/mapwindow.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL21hcHdpbmRvdy5qbA==) | `73.61% <0.00%> (-12.85%)` | :arrow_down: | | [src/extrema.jl](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2V4dHJlbWEuamw=) | `94.44% <0.00%> (-5.56%)` | :arrow_down: | | ... and [3 more](https://codecov.io/gh/JuliaImages/ImageFiltering.jl/pull/251/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.