#include "processing_core.h"


Functions | |
| void | MakeGaussian (REAL *const *const planes, u_short width, u_short height, u_short nPlanes, u_short lineWidth, double radius) |
| Create a bidimensional gaussian curve. | |
| void MakeGaussian | ( | REAL *const *const | planes, | |
| u_short | width, | |||
| u_short | height, | |||
| u_short | nPlanes, | |||
| u_short | lineWidth, | |||
| double | radius | |||
| ) |
Create a bidimensional gaussian curve.
| [out] | planes | The planes to fill with the gaussian |
| width | The image width | |
| height | The image height | |
| nPlanes | The number of planes to fill | |
| lineWidth | The number of "REAL" in a line | |
| radius | The gaussian radius |
1.5.4