added grant numbers
This commit is contained in:
parent
d8a46ee268
commit
51fdf73344
@ -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.
|
* original YAFR resampler with permission and thanks.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -46,21 +46,18 @@
|
|||||||
*
|
*
|
||||||
* N. Robidoux's early research on Nohalo funded in part by an NSERC
|
* N. Robidoux's early research on Nohalo funded in part by an NSERC
|
||||||
* (National Science and Engineering Research Council of Canada)
|
* (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
|
* 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
|
* part by an NSERC Alexander Graham Bell Canada Graduate Scholarhip
|
||||||
* awarded to him and by a Google Summer of Code 2010 award awarded to
|
* awarded to him and by a Google Summer of Code 2010 award awarded to
|
||||||
* GIMP (Gnu Image Manipulation Program).
|
* GIMP (Gnu Image Manipulation Program).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* TO DO: REDO THE COMMENTS, EXPLAIN CODE BETTER.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ================
|
* ================
|
||||||
* NOHALO RESAMPLER
|
* NOHALO RESAMPLER
|
||||||
|
Loading…
Reference in New Issue
Block a user