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: 5 days ago
JSON representation
Julia implementations of multidimensional array convolution and nonlinear stencil operations
- Host: GitHub
- URL: https://github.com/JuliaImages/ImageFiltering.jl
- Owner: JuliaImages
- License: other
- Created: 2016-08-09T22:45:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-03T00:59:02.000Z (18 days ago)
- Last Synced: 2025-11-03T02:30:11.537Z (18 days ago)
- Topics: hacktoberfest, image-processing, julia
- Language: Julia
- Homepage:
- Size: 28.4 MB
- Stars: 104
- Watchers: 11
- Forks: 50
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-Geospatial - ImageFiltering.jl - ImageFiltering implements blurring, sharpening, gradient computation, and other linear filtering operations, as well nonlinear filters like min/max. (Julia)
- awesome-gis - ImageFiltering.jl - ImageFiltering implements blurring, sharpening, gradient computation, and other linear filtering operations, as well nonlinear filters like min/max. (Geospatial Library / Julia)
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