Changeset 3115 for trunk/psLib/src/image/psImageExtraction.h
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.h
r2204 r3115 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $13 * @date $Date: 200 4-10-27 00:57:31 $12 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-03 00:54:11 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 128 128 ///< coorsponding to the output vector's value of the same position in the 129 129 ///< vector. This vector maybe resized and retyped as appropriate. 130 const psImage* restrict input,///< the input image in which to perform the slice131 const psImage* restrict mask,///< the mask for the input image.132 psU32 maskVal, ///< the mask value to apply to the mask133 psS32 col0, ///< the leftmost column of the slice region134 psS32 row0, ///< the bottommost row of the slice region135 psS32 col1, ///< exclusive end column of the slice region136 psS32 row1, ///< exclusive end row of the slice region130 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 137 137 psImageCutDirection direction, ///< the slice dimension and direction 138 138 const psStats* stats ///< the statistic to perform in slice operation … … 160 160 psVector* cutRows, ///< if not NULL, the calculated row values along the slice (output) 161 161 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 mask162 const psImage* mask, ///< the mask for the input image. 163 psU32 maskVal, ///< the mask value to apply to the mask 164 164 float startCol, ///< the column of the start of the cut line 165 165 float startRow, ///< the row of the start of the cut line 166 166 float endCol, ///< the column of the end of the cut line 167 167 float endRow, ///< the row of the end of the cut line 168 psU32 nSamples, ///< the number of samples along the cut168 psU32 nSamples, ///< the number of samples along the cut 169 169 psImageInterpolateMode mode ///< the interpolation method to use 170 170 ); … … 186 186 psVector* out, ///< psVector to recycle, or NULL. 187 187 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 mask188 const psImage* mask, ///< the mask for the input image. 189 psU32 maskVal, ///< the mask value to apply to the mask 190 190 float centerCol, ///< the column of the center of the cut circle 191 191 float centerRow, ///< the row of the center of the cut circle
Note:
See TracChangeset
for help on using the changeset viewer.
