Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hipersayanx/denoisefilters

Implementation of Gauss, Mean and Median filters in Qt/C++
https://github.com/hipersayanx/denoisefilters

Last synced: 23 days ago
JSON representation

Implementation of Gauss, Mean and Median filters in Qt/C++

Awesome Lists containing this project

README

        

# DenoiseFilters
Implementation of Gauss, Mean and Median filters in Qt/C++

Related posts
=============

- [Denoise filters: Gauss](http://hipersayanx.blogspot.com/2015/07/denoise-filters-gauss.html)
- [Denoise filters: Mean](http://hipersayanx.blogspot.com/2015/07/denoise-filters-mean.html)
- [Denoise filters: Median](http://hipersayanx.blogspot.com/2015/07/denoise-filters-median.html)