IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2004, 4:45:31 PM (22 years ago)
Author:
gusciora
Message:

More mods to get in sync with the latest SDRS.

File:
1 edited

Legend:

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

    r767 r797  
    77
    88/// This routine must determine the various statistics for the image.
    9 psStats *
    10 psImageGetStats(const psImage *input,   ///< image (or subimage) to calculate stats
    11                 psStats *stats          ///< defines statistics to be calculated & target
    12                );
     9psStats *psImageStats(psStats *stats, ///< defines statistics to be calculated
     10                      psImage *in,    ///< image (or subimage) to calculate stats
     11                      psImage *mask,  ///< mask data for image (NULL ok)
     12                      int maskVal);   ///< mask Mask for mask
    1313
    14 /// Construct a histogram from an image (or subimage).
    15 psHistogram *
    16 psImageHistogram(psHistogram *hist,     ///< input histogram description & target
    17                  const psImage *input   ///< determine histogram of this image
    18                 );
     14
     15psHistogram *psImageHistogram(psHistogram *out,  ///< input histogram description & target
     16                              psImage *in,       ///< Image data to be histogramed.
     17                              psImage *mask,     ///< mask data for image (NULL ok)
     18                              int maskVal);      ///< mask Mask for mask
    1919
    2020/// Fit a 2-D polynomial surface to an image.
Note: See TracChangeset for help on using the changeset viewer.