This file will hold the prototypes for procedures which calculate statistic on images, histograms on images, and fit/evaluate Chebyshev polynomials to images.
Definition in file psImageStats.h.
#include "psType.h"
#include "psVector.h"
#include "psImage.h"
#include "psStats.h"
#include "psPolynomial.h"
Include dependency graph for psImageStats.h:

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

Go to the source code of this file.
Functions | |
| psStats * | psImageStats (psStats *stats, const psImage *in, const psImage *mask, psMaskType maskVal) |
| This routine must determine the various statistics for the image. | |
| psHistogram * | psImageHistogram (psHistogram *out, const psImage *in, const psImage *mask, psMaskType maskVal) |
| Construct a histogram from an image (or subimage). | |
| psPolynomial2D * | psImageFitPolynomial (psPolynomial2D *coeffs, const psImage *input) |
| Fit a 2-D polynomial surface to an image. | |
| psImage * | psImageEvalPolynomial (psImage *input, const psPolynomial2D *coeffs) |
| Evaluate a 2-D polynomial surface for the image pixels. | |
1.4.2