Code :


This section provides some pieces of C code I wrote.
These are usually very simple, but they should work.
If you encounter any problem, don't hesitate to tell me : florent@uchicago.edu
Some of these files are simple c code functions, some other are ".tgz" packages of Xcode, or ProjectBuilder, I use on Mac OSX.


You will find here a cross correlation function, a 2D convolution, a 2D difference of gaussian, some Zernike polynomials computation, a 2D bi-cubic interpolation, and a program drawing simple geometric shapes as bitmaps.




          Go back to home page !



N.B :  I wrote these programs as part as the Retinal image software, dealing with the study of human color perception and the chromatic aberrations of the human eye.
Some of these links will only provide the C code functions, you'll have to make the corresponding main function, or use it directly as part as the Ret-Img package.




/*************************************************************************************
 These programs are free software; you can redistribute them and/or modify
 them under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 *************************************************************************************/

/***************************************************************************
-------------------
Last modification : july 9th 2004
Florent Autrusseau
email : florent@uchicago.edu
-------------------
 ***************************************************************************/