Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/JuliaImages/ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
https://github.com/JuliaImages/ImageFiltering.jl

hacktoberfest image-processing julia

Last synced: about 1 month ago
JSON representation

Julia implementations of multidimensional array convolution and nonlinear stencil operations

Lists

README

        

# ImageFiltering

[![][action-img]][action-url]
[![][pkgeval-img]][pkgeval-url]
[![][codecov-img]][codecov-url]
[![][docs-stable-img]][docs-stable-url]
[![][docs-dev-img]][docs-dev-url]

ImageFiltering implements blurring, sharpening, gradient computation,
and other linear filtering operations, as well nonlinear filters like
min/max.

Packages with overlapping functionality that also offer something extra:
- [DSP](https://github.com/JuliaDSP/DSP.jl)

Packages that appear to perform just a subset of what ImageFiltering does:
- [RollingFunctions](https://github.com/JeffreySarnoff/RollingFunctions.jl)
- [LocalFilters](https://github.com/emmt/LocalFilters.jl) (see [ImageMorphology](https://github.com/JuliaImages/ImageMorphology.jl) for the morphological operations of JuliaImages)

[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/I/ImageFiltering.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
[action-img]: https://github.com/JuliaImages/ImageFiltering.jl/workflows/Unit%20test/badge.svg
[action-url]: https://github.com/JuliaImages/ImageFiltering.jl/actions
[codecov-img]: http://codecov.io/github/JuliaImages/ImageFiltering.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/JuliaImages/ImageFiltering.jl?branch=master
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://JuliaImages.github.io/ImageFiltering.jl/stable
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://JuliaImages.github.io/ImageFiltering.jl/dev