All Projects → Ryanshuai → BM3D_py

Ryanshuai / BM3D_py

Licence: other
pure Python implement of BM3D

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to BM3D py

CBDNet-tensorflow
Toward Convolutional Blind Denoising of Real Photograph
Stars: ✭ 46 (-73.56%)
Mutual labels:  denoising
Voice-Denoising-AN
A Conditional Generative Adverserial Network (cGAN) was adapted for the task of source de-noising of noisy voice auditory images. The base architecture is adapted from Pix2Pix.
Stars: ✭ 42 (-75.86%)
Mutual labels:  denoising
wavelet-denoiser
A wavelet audio denoiser done in python
Stars: ✭ 29 (-83.33%)
Mutual labels:  denoising
Dehazing-PMHLD-Patch-Map-Based-Hybrid-Learning-DehazeNet-for-Single-Image-Haze-Removal-TIP-2020
This is the source code of PMHLD-Patch-Map-Based-Hybrid-Learning-DehazeNet-for-Single-Image-Haze-Removal which has been accepted by IEEE Transaction on Image Processing 2020.
Stars: ✭ 14 (-91.95%)
Mutual labels:  denoising
ecg-denoise
Denoise of ECG signal with machine learning
Stars: ✭ 36 (-79.31%)
Mutual labels:  denoising
traiNNer
traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.
Stars: ✭ 130 (-25.29%)
Mutual labels:  denoising
CPCE-3D
Low-dose CT via Transfer Learning from a 2D Trained Network, In IEEE TMI 2018
Stars: ✭ 40 (-77.01%)
Mutual labels:  denoising
HSI-SDeCNN
Source code of "A Single Model CNN for Hyperspectral Image Denoising"
Stars: ✭ 32 (-81.61%)
Mutual labels:  denoising
Restoring-Extremely-Dark-Images-In-Real-Time
The project is the official implementation of our CVPR 2021 paper, "Restoring Extremely Dark Images in Real Time"
Stars: ✭ 79 (-54.6%)
Mutual labels:  denoising
aydin
Aydin — User-friendly, Fast, Self-Supervised Image Denoising for All.
Stars: ✭ 105 (-39.66%)
Mutual labels:  denoising
MIRNet-Keras
Keras Implementation of MIRNet - SoTA in Image Denoising, Super Resolution and Image Enhancement - CVPR 2020
Stars: ✭ 21 (-87.93%)
Mutual labels:  denoising
JSTASR-DesnowNet-ECCV-2020
This is the project page of our paper which has been published in ECCV 2020.
Stars: ✭ 17 (-90.23%)
Mutual labels:  denoising
hifigan-denoiser
HiFi-GAN: High Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks
Stars: ✭ 88 (-49.43%)
Mutual labels:  denoising
SAR2SAR
SAR2SAR: a self-supervised despeckling algorithm for SAR images - Notebook implementation usable on Google Colaboratory
Stars: ✭ 23 (-86.78%)
Mutual labels:  denoising
rankpruning
🧹 Formerly for binary classification with noisy labels. Replaced by cleanlab.
Stars: ✭ 81 (-53.45%)
Mutual labels:  denoising
speckle2void
Speckle2Void: Deep Self-Supervised SAR Despeckling with Blind-Spot Convolutional Neural Networks
Stars: ✭ 31 (-82.18%)
Mutual labels:  denoising
SwinIR
SwinIR: Image Restoration Using Swin Transformer (official repository)
Stars: ✭ 1,260 (+624.14%)
Mutual labels:  denoising
MITK-Diffusion
MITK Diffusion - Official part of the Medical Imaging Interaction Toolkit
Stars: ✭ 47 (-72.99%)
Mutual labels:  denoising
CResMD
(ECCV 2020) Interactive Multi-Dimension Modulation with Dynamic Controllable Residual Learning for Image Restoration
Stars: ✭ 92 (-47.13%)
Mutual labels:  denoising
napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (-74.71%)
Mutual labels:  denoising

LICENSE

BM3D

This is a Python implementation of BM3D.
Matlab version.
We refer to this CPP version.
This repository is guided by Professor Yu-Xiang Wang.

Why Python

  1. Easier to understand BM3D.
  2. Quickly develop a new algorithm based on BM3D.

Comparison of CPP version and Python version

Test Image PSNR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].