# ImageFiltering.jl **Repository Path**: Julialang/ImageFiltering.jl ## Basic Information - **Project Name**: ImageFiltering.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageFiltering [![Build Status](https://travis-ci.org/JuliaImages/ImageFiltering.jl.svg?branch=master)](https://travis-ci.org/JuliaImages/ImageFiltering.jl) [![codecov.io](http://codecov.io/github/JuliaImages/ImageFiltering.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaImages/ImageFiltering.jl?branch=master) ImageFiltering implements blurring, sharpening, gradient computation, and other linear filtering operations, as well nonlinear filters like min/max. Read the documentation here: [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaImages.github.io/ImageFiltering.jl/stable) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaImages.github.io/ImageFiltering.jl/latest) 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)