Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psImageStats.h File Reference


Detailed Description

Routines for calculating statistics on images.

This file will hold the prototypes for procedures which calculate statistic on images, histograms on images, and fit/evaluate Chebyshev polynomials to images.

Author:
GLG, MHPCC
Version:
Revision
1.22
Name
rel6_0
Date:
Date
2005/06/08 23:40:45
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psImageStats.h.

#include "psType.h"
#include "psVector.h"
#include "psImage.h"
#include "psStats.h"
#include "psFunctions.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

psStatspsImageStats (psStats *stats, const psImage *in, const psImage *mask, psS32 maskVal)
 This routine must determine the various statistics for the image.
psHistogrampsImageHistogram (psHistogram *out, const psImage *in, const psImage *mask, psU32 maskVal)
 Construct a histogram from an image (or subimage).
psPolynomial2DpsImageFitPolynomial (psPolynomial2D *coeffs, const psImage *input)
 Fit a 2-D polynomial surface to an image.
psImagepsImageEvalPolynomial (psImage *input, const psPolynomial2D *coeffs)
 Evaluate a 2-D polynomial surface for the image pixels.


Generated on Wed Jun 15 11:01:03 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1