Changeset 1864 for trunk/psLib/src/image/psImageExtraction.h
- Timestamp:
- Sep 23, 2004, 8:31:49 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.h
r1613 r1864 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 8-25 00:04:01$12 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-23 18:31:49 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 145 145 psVector* psImageCut( 146 146 psVector* out, ///< psVector to recycle, or NULL. 147 psVector* coords, ///< if not NULL, the calculated coordinates along the slice (output) 147 148 const psImage* input, ///< the input image in which to perform the cut 148 149 const psImage* restrict mask, ///< the mask for the input image. … … 152 153 float endCol, ///< the column of the end of the cut line 153 154 float endRow, ///< the row of the end of the cut line 154 float width, ///< the distance about the line to perform the statistics155 const psStats* stats ///< the statistic to perform in operation155 float nSamples, ///< the number of samples along the cut 156 psImageInterpolateMode mode ///< the interpolation method to use 156 157 ); 157 158
Note:
See TracChangeset
for help on using the changeset viewer.
