ProcessingUtilities.h File Reference

Common utilities for image processing. More...

#include "processing_core.h"

Include dependency graph for ProcessingUtilities.h:

This graph shows which files directly or indirectly include this file:


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.

Detailed Description

Common utilities for image processing.


Function Documentation

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.

Parameters:
[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


Generated on Sat Mar 22 17:44:49 2008 for Lynkeos by  doxygen 1.5.4