Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/hipersayanx/denoisefilters
- Owner: hipersayanX
- License: gpl-3.0
- Created: 2015-07-15T17:59:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T00:38:34.000Z (about 9 years ago)
- Last Synced: 2024-05-01T20:08:42.401Z (6 months ago)
- Language: C++
- Size: 609 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)