- Timestamp:
- Dec 30, 2008, 10:40:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psLib/src/imageops/psImageStats.h
r11759 r21074 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $12 * @date $Date: 200 7-02-13 03:01:23$11 * @version $Revision: 1.31.50.1 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2008-12-30 20:40:00 $ 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ … … 42 42 const psImage* in, ///< image (or subimage) to calculate stats 43 43 const psImage* mask, ///< mask data for image (NULL ok) 44 ps MaskType maskVal///< mask value for mask44 psImageMaskType maskVal ///< mask value for mask 45 45 ); 46 46 … … 57 57 const psImage* in, ///< Image data to be histogramed. 58 58 const psImage* mask, ///< mask data for image (NULL ok) 59 ps MaskType maskVal///< mask Mask for mask59 psImageMaskType maskVal ///< mask Mask for mask 60 60 ); 61 61 … … 97 97 psImage *mask, ///< input image to count 98 98 psRegion region, ///< input region of image 99 ps MaskType value///< the mask value to satisfy99 psImageMaskType value ///< the mask value to satisfy 100 100 ); 101 101
Note:
See TracChangeset
for help on using the changeset viewer.
