Changeset 4206 for trunk/psLib/src/imageops/psImagePixelExtract.h
- Timestamp:
- Jun 9, 2005, 4:30:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.h
r4162 r4206 8 8 * @author Robert DeSonia, MHPCC 9 9 * 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 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 65 65 const psImage* mask, ///< the mask for the input image. 66 66 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 71 68 psImageCutDirection direction, ///< the slice dimension and direction 72 69 const psStats* stats ///< the statistic to perform in slice operation … … 96 93 const psImage* mask, ///< the mask for the input image. 97 94 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 102 96 psU32 nSamples, ///< the number of samples along the cut 103 97 psImageInterpolateMode mode ///< the interpolation method to use
Note:
See TracChangeset
for help on using the changeset viewer.
