# wdenoise
Wavelet Denoising in ANSI C using empirical bayes thresholding and a host of other thresholding methods.
|**[wdenoise object](https://github.com/rafat/wdenoise/wiki/wdenoise)**| WDenoise Object, Parameters and Functions|
|:--------------------------------------------------------|:-------------------------------------|
|**[Wdenoise 1D Example using EBayesThresh](https://github.com/rafat/wdenoise/wiki/Example-Code-1-:-wdenoise-(EBayesThresh))**| Example Code 1 : wdenoise (EBayesThresh)|
|**[Wdenoise 1D Example using fdrshrink](https://github.com/rafat/wdenoise/wiki/Example-Code-2-:-wdenoise)**| Example Code 2 : wdenoise|
|**[Image Denoising](https://github.com/rafat/wdenoise/wiki/Example-Code-3-:-Image-Denoising)**| Example Code 3 : Image Denoising using EBayesThresh and Visushrink|
_[Full Documentation is available here](https://github.com/rafat/wdenoise/wiki)_
## Dependencies
Git and CMake
## Getting Started
```
Clone the project.
cd to directory
cmake .
make
```
## Credits
The EbayesThresh software package was originally developed by Bernard W. Silverman and Ludger Evers, with extensions introduced by Kan Xu, Peter Carbonetto and Matthew Stephens in the Department of Statistics at the University of Chicago.
_[R code is available here](https://github.com/stephenslab/EbayesThresh)_
Matlab Version of the code is written by A. ANTONIADIS, M. JENSEN, I. JOHNSTONE & B. W. SILVERMAN.
_[Matlab code is available here](http://www-ljk.imag.fr/membres/Anestis.Antoniadis/EBayesThresh/)_
## License
All the codes available in the src folder of this repository are licensed under GNU General Public License 3.0
_[Full Text of the License is available here](https://github.com/rafat/wdenoise/blob/master/LICENSE)_

weixin_38577200
- 粉丝: 9
最新资源
- maven下载安装与配置.md
- 使用memory-profiler定位内存泄漏的具体步骤?
- 基于PyQt5与UNet系列模型的医学图像分割系统设计与实现【unet、unet++、unet3+模型】
- 泛型注解TypeVar与Generic如何协作实现容器类型安全?
- 如何用-call-实现无装饰器的单例模式?
- Vim编辑器基础操作命令全攻略
- 集成MobileUnet和EfficientUnet两种轻量级网络的完整医学图像分割项目、包含训练、验证和推理
- 模块加载时sys.meta-path的拦截机制如何实现?
- 基于EASYOCR的图像文字识别系统
- 二阶Stokes波浪UDF模拟与CFD案例分析
- 2023年中国地级市人工智能水平数据-最新出炉
- 基于SwinTransformer图像分类完整项目
- GB/T 34590-2022 道路车辆 功能安全 12个部分完整版
- 手写字体识别 matlab 手写识别 手写体识别
- 基于SpringBoot+Vue的大学生就业招聘系统设计与实现
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



- 1
- 2
前往页