Changeset 1374 for trunk/psLib/src/image/psImageExtraction.h
- Timestamp:
- Aug 3, 2004, 2:55:17 PM (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
r1359 r1374 1 /** @file psImage Manip.h1 /** @file psImageExtraction.h 2 2 * 3 3 * @brief Contains basic image extraction operations, as specified in the … … 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-0 7-31 02:27:43$11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-04 00:55:17 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 41 41 */ 42 42 psImage *psImageSubset( 43 psImage *out, ///< Subimage to return, or NULL.44 psImage *image, ///< Parent image.45 unsigned int numCols, ///< Subimage width (<= image.nCols - col0).46 unsigned int numRows, ///< Subimage height (<= image.nRows - row0).47 unsigned int col0, ///< Subimage col-offset (0 <= col0 < nCol).43 psImage *out, ///< Subimage to return, or NULL. 44 psImage *image, ///< Parent image. 45 unsigned int numCols, ///< Subimage width (<= image.nCols - col0). 46 unsigned int numRows, ///< Subimage height (<= image.nRows - row0). 47 unsigned int col0, ///< Subimage col-offset (0 <= col0 < nCol). 48 48 unsigned int row0 ///< Subimage row-offset (0 <= row0 < nCol). 49 49 );
Note:
See TracChangeset
for help on using the changeset viewer.
