Changeset 5137 for trunk/psLib/src/imageops/psImageStats.h
- Timestamp:
- Sep 26, 2005, 12:35:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.h
r5089 r5137 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-09-2 2 02:32:00$11 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-09-26 22:35:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 85 85 ); 86 86 87 /** Returns the number of pixels in the image region which satisfy any of the mask bits. 88 * 89 * An error (eg, invalid image, invalid region) results in a return value of -1. 90 * The vector must be U8. 91 * 92 * @return long: the number of pixels counted 93 */ 87 94 long psImageCountPixelMask( 88 psImage *mask, 89 psMaskType value 95 psImage *mask, ///< input image to count 96 psRegion region, ///< input region of image 97 psMaskType value ///< the mask value to satisfy 90 98 ); 91 99
Note:
See TracChangeset
for help on using the changeset viewer.
