-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
30 lines (20 loc) · 929 Bytes
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CODE
====
Kent Gauen (Author of this repo -- the Python bindings to the C++ Video NLBayes code)
Pablo Arias (Author of the original C++ Video NLBayes)
Marc Lebrun (Author of the original NLBayes for still image denoising)
NOTE: This code is just python bindings around the code from Pablo Arias, avaiable here:
https://github.com/pariasm/vnlb/
ACKNOWLEDGEMENTS
================
CODE INCLUDED FROM
==================
Daniel Atkinson (some linear algebra, ccmath)
Makoto Matsumoto and Takuji Nishimura (MT19937AR random number generator)
Enric Meinhardt-Llopis (image i/o)
Javier Sánchez (TVL1 optical flow)
David Tschumperlé (command line parsing)
Pablo Arias (Author of the original C++ Video NLBayes)
Marc Lebrun (Author of the original NLBayes for still image denoising)
NOTE: If I have forgotten some names, this is an involuntary error.
Please tell me as soon as possible and I will add the missing names. --kent