added grant numbers

This commit is contained in:
Nicolas Robidoux 2010-05-18 22:11:54 +00:00
parent d8a46ee268
commit 51fdf73344
2 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* bicubic ... catmull-rom interpolator
/* bicubic (catmull-rom) interpolator
*/
/*
@ -27,7 +27,7 @@
*/
/* Bicubic (catmull-rom) interpolator derived from Nicolas Robidoux's
/* Bicubic (Catmull-Rom) interpolator derived from Nicolas Robidoux's
* original YAFR resampler with permission and thanks.
*/

View File

@ -46,21 +46,18 @@
*
* N. Robidoux's early research on Nohalo funded in part by an NSERC
* (National Science and Engineering Research Council of Canada)
* Discovery Grant awarded to him.
* Discovery Grant awarded to him (298424--2004).
*
* Chantal Racette's image resampling research and programming funded
* in part by a NSERC Discovery Grant awarded to Julien Dompierre.
* in part by a NSERC Discovery Grant awarded to Julien Dompierre
* (20-61098).
*
* A. Turcotte's image resampling research and programming funded in
* A. Turcotte's image resampling research on reduced halo funded in
* part by an NSERC Alexander Graham Bell Canada Graduate Scholarhip
* awarded to him and by a Google Summer of Code 2010 award awarded to
* GIMP (Gnu Image Manipulation Program).
*/
/*
* TO DO: REDO THE COMMENTS, EXPLAIN CODE BETTER.
*/
/*
* ================
* NOHALO RESAMPLER