Main Page | Alphabetical List | Class List | File List | Class Members | File Members

y:/PUC/Realidade Virtual/trabalhos/raclib/src/racanalyse.h File Reference

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

Included by dependency graph

Go to the source code of this file.

Defines

#define BYTE   unsigned char

Functions

void racMean (int numImg, int width, int height, BYTE **images, float *pxlAverage)
 Find a mean value por each pixel based on a group of images.

void racNoise (int numImg, int width, int height, float *pxlAverage, BYTE **images, float *pxlNoiseAvg, float &noiseAvg, float &maxNoiseAvg)
 Find the noise value for each pixel based on a group of images.

void racAutoCov (int numImg, int width, int height, float *pxlAverage, BYTE **images, float **pxlAutoCov, float *minAutoCov, float *maxAutoCov)
 Find the auto covariance for each pixel based on a group of images.


Define Documentation

#define BYTE   unsigned char
 

Definition at line 5 of file racanalyse.h.


Function Documentation

void racAutoCov int  numImg,
int  width,
int  height,
float *  pxlAverage,
BYTE **  images,
float **  pxlAutoCov,
float *  minAutoCov,
float *  maxAutoCov
 

Find the auto covariance for each pixel based on a group of images.

Parameters:
numImg number of images
width images width
height images height
pxlAverage image mean
images array with all images (one color band)
pxlAutoCov auto covariance image
minAutoCov minimum auto covariance for each image
maxAutoCov maximum auto covariance fpr each image

void racMean int  numImg,
int  width,
int  height,
BYTE **  images,
float *  pxlAverage
 

Find a mean value por each pixel based on a group of images.

Parameters:
numImg number of images
width images width
height images height
images array with all images (one color band)
pxlAverage image mean

void racNoise int  numImg,
int  width,
int  height,
float *  pxlAverage,
BYTE **  images,
float *  pxlNoiseAvg,
float &  noiseAvg,
float &  maxNoiseAvg
 

Find the noise value for each pixel based on a group of images.

Parameters:
numImg number of images
width images width
height images height
pxlAverage image mean
images array with all images (one color band)
pxlNoiseAvg noise image
noiseAvg noise average total
maxNoiseAvg maximum noise value


Generated on Fri Dec 12 10:47:26 2003 for RacLib by doxygen 1.3.4