Changeset 19151
- Timestamp:
- Aug 21, 2008, 11:56:55 AM (18 years ago)
- Location:
- trunk/psLib/src/math
- Files:
-
- 2 edited
-
psRegionForImage.c (modified) (1 diff)
-
psRegionForImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRegionForImage.c
r10999 r19151 16 16 // - flip y0,y1 if y0>y1 17 17 // psRegion in refers to coordinates in the *parent* image 18 psRegion psRegionForImage( psImage *image,18 psRegion psRegionForImage(const psImage *image, 19 19 psRegion in) 20 20 { -
trunk/psLib/src/math/psRegionForImage.h
r11248 r19151 2 2 * @brief regions definitions based on images 3 3 * 4 * $Revision: 1. 3$ $Name: not supported by cvs2svn $5 * $Date: 200 7-01-23 22:47:23$4 * $Revision: 1.4 $ $Name: not supported by cvs2svn $ 5 * $Date: 2008-08-21 21:56:55 $ 6 6 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 7 7 */ … … 28 28 */ 29 29 psRegion psRegionForImage( 30 psImage *image,///< the image for which the region is to be set31 psRegion in ///< the image region limits30 const psImage *image, ///< the image for which the region is to be set 31 psRegion in ///< the image region limits 32 32 ); 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
