All Projects → lbasek → Image Denoising Benchmark

lbasek / Image Denoising Benchmark

Licence: mit
Benchmarking Denoising Algorithms with Real Photographs

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Image Denoising Benchmark

Reproducible Image Denoising State Of The Art
Collection of popular and reproducible image denoising works.
Stars: ✭ 1,776 (+3524.49%)
Mutual labels:  image-processing, benchmarking
Dana
Test/benchmark regression and comparison system with dashboard
Stars: ✭ 46 (-6.12%)
Mutual labels:  benchmarking
Imagemin Module
Automatically optimize (compress) all images used in Nuxt.js
Stars: ✭ 37 (-24.49%)
Mutual labels:  image-processing
React Native Heic Converter
Convert your HEIC files with React Native
Stars: ✭ 43 (-12.24%)
Mutual labels:  image-processing
Openexr
The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.
Stars: ✭ 992 (+1924.49%)
Mutual labels:  image-processing
React Filepond
🔌 A handy FilePond adapter component for React
Stars: ✭ 1,024 (+1989.8%)
Mutual labels:  image-processing
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-26.53%)
Mutual labels:  image-processing
Seeds Revised
Implementation of the superpixel algorithm called SEEDS [1].
Stars: ✭ 48 (-2.04%)
Mutual labels:  image-processing
Pibench
Benchmarking framework for index structures on persistent memory
Stars: ✭ 46 (-6.12%)
Mutual labels:  benchmarking
Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (-12.24%)
Mutual labels:  image-processing
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+16663.27%)
Mutual labels:  image-processing
Pan card ocr project
To extract details from Indian National Identification Cards such as PAN (completed) & Aadhar, Passport, Driving License (WIP) in a structured format
Stars: ✭ 39 (-20.41%)
Mutual labels:  image-processing
Nimp
Nimp - Node-based image manipulation program.
Stars: ✭ 45 (-8.16%)
Mutual labels:  image-processing
Smartcrop.php
smartcrop implementation in PHP
Stars: ✭ 37 (-24.49%)
Mutual labels:  image-processing
Inpainting
Criminisi et al's region inpainting algorithm in C++
Stars: ✭ 46 (-6.12%)
Mutual labels:  image-processing
Extensionsindex
Slicer extensions index
Stars: ✭ 36 (-26.53%)
Mutual labels:  image-processing
Grabcutweb
Full web grabcut example using opencvjs
Stars: ✭ 40 (-18.37%)
Mutual labels:  image-processing
Dagbot
The official Repository for dagbot, the self proclaimmed n1 meme bot.
Stars: ✭ 40 (-18.37%)
Mutual labels:  image-processing
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (+0%)
Mutual labels:  image-processing
Op rbf
Optimized Recursive Bilateral Filter
Stars: ✭ 47 (-4.08%)
Mutual labels:  image-processing

Benchmarking Denoising Algorithms with Real Photographs

Task and results

In this benchmark we compare some algorithms to denoise the image. We compare the following algorithms: BM3D, KSVD, FOE, WNNM, NCSR, EPLL. We used the RENOIR dataset from Josue Anaya and Adrain Barbu and we measure the algorithm quality with the following metrics: MSE, PSNR, SSIM. Measurements is made on 20 images 512x512 and the results are not realistic. It's necessary to make a correction.

NOTE: The source code was taken from the original articles and adapted to our benchmark.

Contributors:

Diagrams

Mean squared error

Peak signal-to-noise ratio

Structural similarity

Time

Literature

[1] T. Ploetz, S. Roth. Benchmarking Denoising Algorithms with Real Photographs. 2017

[2] J. Anaya, A. Barbu. RENOIR - A Dataset for Real Low-Light Image Noise Reduction. 2014

[3] Adrian Barbu's Research. RENOIR - A Dataset of Real Low-Light Images. http://adrianbarburesearch.blogspot.pt/p/renoir-dataset.html. 2018

[4] T. Ploetz, S. Roth.. The Darmstadt Noise Dataset. https://noise.visinf.tu-darmstadt.de/. 2018

[5] K. Dabov, A. Foi, V. Katkovnik, and K. Egiazarian. Image denoising by sparse 3D transform- domain collaborative fltering. 2007

[6] D. Zoran, Y. Weiss. From Learning Models of Natural Image Patches to Whole Image Restoration. 2011

[7] S. Gu, L. Zhang, W. Zuo, X. Feng. Weighted Nuclear Norm Minimization with Application to Image Denoising. 2014

[8] M. Aharon, M. Elad, A. Bruckstein. K-SVD: Design of Dictionaries for Sparse Representation. 2005

[9] S. Roth, M. J. Black, Fields of Experts. 2009

[10] W. Donga, L. Zhangb, G. Shia, X. Li. Nonlocally Centralized Sparse Representation for Image Restoration. 2012

[11] H. C. Burger, C. J. Schuler, S. Harmeling. Image denoising: Can plain Neural Networks compete with BM3D?. 2012

[12] Y. Chen, T. Pock. Trainable Nonlinear Reaction Diffusion: A Flexible Framework for Fast and Effective Image Restoration. 2016

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].