IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

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

    r3493 r4162  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-03-24 19:39:53 $
     11*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-06-08 23:40:45 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515*/
    16 #if !defined(PS_IMAGE_STATS_H)
     16#ifndef PS_IMAGE_STATS_H
    1717#define PS_IMAGE_STATS_H
    1818
     
    2828/** This routine must determine the various statistics for the image.
    2929 *
    30  *  Determine statistics for image (or subimage). The statistics to be 
    31  *  determined are specified by stats. The mask allows pixels to be excluded 
    32  *  if their corresponding mask pixel value matches the value of maskVal. 
    33  *  This function must be defined for the following types: psS8, psU16, psF32, 
     30 *  Determine statistics for image (or subimage). The statistics to be
     31 *  determined are specified by stats. The mask allows pixels to be excluded
     32 *  if their corresponding mask pixel value matches the value of maskVal.
     33 *  This function must be defined for the following types: psS8, psU16, psF32,
    3434 *  psF64.
    3535 *
     
    4545/** Construct a histogram from an image (or subimage).
    4646 *
    47  *  The histogram to generate is specified by psHistogram hist (see section 
    48  *  4.3.2 in SDRS). This function must be defined for the following types: 
     47 *  The histogram to generate is specified by psHistogram hist (see section
     48 *  4.3.2 in SDRS). This function must be defined for the following types:
    4949 *  psS8, psU16, psF32, psF64.
    5050 *
     
    6060/** Fit a 2-D polynomial surface to an image.
    6161 *
    62  *  The input structure coeffs contains the desired order and terms of 
    63  *  interest. This function must be defined for the following types: psS8, 
     62 *  The input structure coeffs contains the desired order and terms of
     63 *  interest. This function must be defined for the following types: psS8,
    6464 *  psU16, psF32, psF64.
    6565 *
     
    7474/** Evaluate a 2-D polynomial surface for the image pixels.
    7575 *
    76  *  Given the input polynomial coefficients, set the image pixel values on the 
    77  *  basis of the polynomial function. This function must be defined for the 
     76 *  Given the input polynomial coefficients, set the image pixel values on the
     77 *  basis of the polynomial function. This function must be defined for the
    7878 *  following types: psS8, psU16, psF32, psF64.
    7979 *
     
    8787/// @}
    8888
    89 #endif
     89#endif // #ifndef PS_IMAGE_STATS_H
Note: See TracChangeset for help on using the changeset viewer.