IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

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

    r10548 r11248  
    1 /** @file psImageStats.h
    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 GLG, MHPCC
    10 *
    11 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-12-08 11:37:31 $
    13 *
    14 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    15 */
     1/* @file psImageStats.h
     2 *
     3 * @brief Routines for calculating statistics on images.
     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 GLG, MHPCC
     10 *
     11 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     12 * @date $Date: 2007-01-23 22:47:23 $
     13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     14 */
     15
    1616#ifndef PS_IMAGE_STATS_H
    1717#define PS_IMAGE_STATS_H
     18
     19/// @addtogroup ImageOps Image Operations
     20/// @{
    1821
    1922#include "psType.h"
     
    2427#include "psPolynomial.h"
    2528#include "psRegion.h"
    26 
    27 /// @addtogroup ImageStats
    28 /// @{
    2929
    3030/** This routine must determine the various statistics for the image.
     
    101101
    102102/// @}
    103 
    104103#endif // #ifndef PS_IMAGE_STATS_H
Note: See TracChangeset for help on using the changeset viewer.