IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2004, 9:38:52 AM (22 years ago)
Author:
desonia
Message:

Misc. doxygen polishings.

File:
1 edited

Legend:

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

    r1385 r1393  
     1/** @file psImageStats.c
     2*  \brief Routines for calculating statistics on images.
     3*  @ingroup ImageStats
     4*
     5*  This file will hold the prototypes for procedures which calculate
     6*  statistic on images, histograms on images, and fit/evaluate Chebyshev
     7*  polynomials to images.
     8*
     9*  @author George Gusciora, MHPCC
     10*
     11*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-05 19:38:52 $
     13*
     14*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     15*/
     16
    117#include <stdlib.h>
    218#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.