Changeset 4367 for trunk/psLib/src/image/psImagePixelExtract.h
- Timestamp:
- Jun 22, 2005, 5:50:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImagePixelExtract.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImagePixelExtract.h
r4206 r4367 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06- 10 02:30:47$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-23 03:50:29 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 58 58 psVector* psImageSlice( 59 59 psVector* out, ///< psVector to recycle, or NULL. 60 psVector* slicePositions,60 psVector* coords, 61 61 ///< If not NULL, it is populated with the coordinate in the slice dimension 62 62 ///< coorsponding to the output vector's value of the same position in the … … 94 94 psU32 maskVal, ///< the mask value to apply to the mask 95 95 psRegion region, ///< the start and end points to cut along 96 psU32 nSamples,///< the number of samples along the cut96 unsigned int nSamples, ///< the number of samples along the cut 97 97 psImageInterpolateMode mode ///< the interpolation method to use 98 98 ); … … 116 116 const psImage* mask, ///< the mask for the input image. 117 117 psU32 maskVal, ///< the mask value to apply to the mask 118 float centerCol,///< the column of the center of the cut circle119 float centerRow,///< the row of the center of the cut circle118 float x, ///< the column of the center of the cut circle 119 float y, ///< the row of the center of the cut circle 120 120 const psVector* radii, ///< the radii of the cut circle 121 121 const psStats* stats ///< the statistic to perform in operation
Note:
See TracChangeset
for help on using the changeset viewer.
