This graph shows which files directly or indirectly include this file:
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. |
|
Definition at line 5 of file racanalyse.h. |
|
Find the auto covariance for each pixel based on a group of images.
|
|
Find a mean value por each pixel based on a group of images.
|
|
Find the noise value for each pixel based on a group of images.
|