IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 9:40:15 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.h

    r797 r1022  
     1/** @file psImageStats.h
     2 *  \brief Routines for calculating statistics on images.
     3 *  \ingroup Stats
     4 *  @ingroup Stats
     5 *
     6 *  This file will hold the prototypes for procedures which calculate
     7 *  statistic on images, histograms on images, and fit/evaluate Chebyshev
     8 *  polynomials to images.
     9 *
     10 *  @author George Gusciora, MHPCC
     11 *
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-06-14 19:40:14 $
     14 *
     15 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     16 */
    117#if !defined(PS_IMAGE_STATS_H)
    218#define PS_IMAGE_STATS_H
     19
     20
    321#include "psVector.h"
    422#include "psImage.h"
Note: See TracChangeset for help on using the changeset viewer.