IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1603


Ignore:
Timestamp:
Aug 19, 2004, 3:10:54 PM (22 years ago)
Author:
desonia
Message:

relining.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageExtraction.c

    r1440 r1603  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-09 23:34:58 $
     12*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-20 01:10:54 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525psImage* psImageSubset(psImage* out,
    2626                       psImage* image,
    27                        unsigned int numCols, unsigned int numRows, unsigned int col0, unsigned int row0)
     27                       unsigned int numCols,
     28                       unsigned int numRows,
     29                       unsigned int col0,
     30                       unsigned int row0)
    2831{
    2932    unsigned int elementSize;   // size of image
     
    101104}
    102105
    103 psImage* psImageCopy(psImage* restrict output, const psImage* input, psElemType type)
     106psImage* psImageCopy(psImage* restrict output,
     107                     const psImage* input,
     108                     psElemType type)
    104109{
    105110    psElemType inDatatype;
     
    250255                       unsigned int row,
    251256                       unsigned int numCols,
    252                        unsigned int numRows, psImageCutDirection direction, const psStats* stats)
     257                       unsigned int numRows,
     258                       psImageCutDirection direction,
     259                       const psStats* stats)
    253260{
    254261    double statVal;
Note: See TracChangeset for help on using the changeset viewer.