-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathDESCRIPTION
More file actions
17 lines (17 loc) · 831 Bytes
/
DESCRIPTION
File metadata and controls
17 lines (17 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: image.DenoiseNLMeans
Type: Package
Title: Non-Local Means Denoising of Images
Description: Facility wrapper around the "Non-Local Means Denoising" algorithm for digital Images. The algorithm is explained at at <doi:10.5201/ipol.2011.bcm_nlm>.
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Authors@R: c(person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "jwijffels@bnosac.be"),
person("Antoni Buades", role = c("aut", "cph"), email = "toni.buades@gmail.com"),
person("BNOSAC", role = "cph"),
person("IPOL Image Processing On Line", role = "cph"))
License: Scientific and Education only - linked to EP patent 1,749,278 + file LICENSE
Version: 0.1.0
URL: https://github.com/bnosac/image
Imports:
Rcpp (>= 0.12.9), magick, grDevices
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 6.1.1