IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r2204 r3115  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-27 00:57:31 $
     12*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-03 00:54:11 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    128128    ///< coorsponding to the output vector's value of the same position in the
    129129    ///< vector.  This vector maybe resized and retyped as appropriate.
    130     const psImage* restrict input,     ///< the input image in which to perform the slice
    131     const psImage* restrict mask,      ///< the mask for the input image.
    132     psU32 maskVal,              ///< the mask value to apply to the mask
    133     psS32 col0,                          ///< the leftmost column of the slice region
    134     psS32 row0,                          ///< the bottommost row of the slice region
    135     psS32 col1,                          ///< exclusive end column of the slice region
    136     psS32 row1,                           ///< exclusive end row of the slice region
     130    const psImage* input,              ///< the input image in which to perform the slice
     131    const psImage* mask,               ///< the mask for the input image.
     132    psU32 maskVal,                     ///< the mask value to apply to the mask
     133    psS32 col0,                        ///< the leftmost column of the slice region
     134    psS32 row0,                        ///< the bottommost row of the slice region
     135    psS32 col1,                        ///< exclusive end column of the slice region
     136    psS32 row1,                        ///< exclusive end row of the slice region
    137137    psImageCutDirection direction,     ///< the slice dimension and direction
    138138    const psStats* stats               ///< the statistic to perform in slice operation
     
    160160    psVector* cutRows,                 ///< if not NULL, the calculated row values along the slice (output)
    161161    const psImage* input,              ///< the input image in which to perform the cut
    162     const psImage* restrict mask,      ///< the mask for the input image.
    163     psU32 maskVal,              ///< the mask value to apply to the mask
     162    const psImage* mask,               ///< the mask for the input image.
     163    psU32 maskVal,                     ///< the mask value to apply to the mask
    164164    float startCol,                    ///< the column of the start of the cut line
    165165    float startRow,                    ///< the row of the start of the cut line
    166166    float endCol,                      ///< the column of the end of the cut line
    167167    float endRow,                      ///< the row of the end of the cut line
    168     psU32 nSamples,             ///< the number of samples along the cut
     168    psU32 nSamples,                    ///< the number of samples along the cut
    169169    psImageInterpolateMode mode        ///< the interpolation method to use
    170170);
     
    186186    psVector* out,                     ///< psVector to recycle, or NULL.
    187187    const psImage* input,              ///< the input image in which to perform the cut
    188     const psImage* restrict mask,      ///< the mask for the input image.
    189     psU32 maskVal,              ///< the mask value to apply to the mask
     188    const psImage* mask,               ///< the mask for the input image.
     189    psU32 maskVal,                     ///< the mask value to apply to the mask
    190190    float centerCol,                   ///< the column of the center of the cut circle
    191191    float centerRow,                   ///< the row of the center of the cut circle
Note: See TracChangeset for help on using the changeset viewer.