Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfir3 committed Jun 14, 2017
1 parent 348f28b commit 9f1fb4d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Package: RED
Package: redR
Type: Package
Title: REgularization by Denoising (RED)
Version: 1.0.0
Author: person("Adriano", "Passos", email="adriano.utfpr@gmail.com", role=c("aut","cre"))
Maintainer: Adriano G. Passos <adriano.utfpr@gmail.com>
Description: Regularization by Denoising uses a denoising engine to solve many image reconstruction ill-posed inverse problems.
Description: Regularization by Denoising uses a denoising engine to solve
many image reconstruction ill-posed inverse problems. This is a R
implementation of the algorithm developed by Romano et.al. (2016) <arXiv:1611.02862>. Currently,
only the gradient descent optimization framework is implemented. Also,
only the median filter is implemented as a denoiser engine. However,
(almost) any denoiser engine can be plugged in. There are currently available
3 reconstruction tasks: Denoise, deblurr and super-resolution. And again,
any other task can be easlity plugged into the main function 'RED'.
Depends: R (>= 3.4.0), imager
License: GPL-3
Encoding: UTF-8
Expand Down

0 comments on commit 9f1fb4d

Please sign in to comment.