IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 4:30:47 PM (21 years ago)
Author:
desonia
Message:

changed psImageCut & psImageSlice to use psRegion.

File:
1 edited

Legend:

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

    r4162 r4206  
    88*  @author Robert DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-06-08 23:40:45 $
     10*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-06-10 02:30:47 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6565    const psImage* mask,               ///< the mask for the input image.
    6666    psU32 maskVal,                     ///< the mask value to apply to the mask
    67     psS32 col0,                        ///< the leftmost column of the slice region
    68     psS32 row0,                        ///< the bottommost row of the slice region
    69     psS32 col1,                        ///< exclusive end column of the slice region
    70     psS32 row1,                        ///< exclusive end row of the slice region
     67    psRegion region,                   ///< the slice region
    7168    psImageCutDirection direction,     ///< the slice dimension and direction
    7269    const psStats* stats               ///< the statistic to perform in slice operation
     
    9693    const psImage* mask,               ///< the mask for the input image.
    9794    psU32 maskVal,                     ///< the mask value to apply to the mask
    98     float startCol,                    ///< the column of the start of the cut line
    99     float startRow,                    ///< the row of the start of the cut line
    100     float endCol,                      ///< the column of the end of the cut line
    101     float endRow,                      ///< the row of the end of the cut line
     95    psRegion region,                   ///< the start and end points to cut along
    10296    psU32 nSamples,                    ///< the number of samples along the cut
    10397    psImageInterpolateMode mode        ///< the interpolation method to use
Note: See TracChangeset for help on using the changeset viewer.