Changeset 797 for trunk/psLib/src/imageops/psImageStats.h
- Timestamp:
- May 27, 2004, 4:45:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.h
r767 r797 7 7 8 8 /// This routine must determine the various statistics for the image. 9 psStats * 10 psImageGetStats(const psImage *input,///< image (or subimage) to calculate stats11 psStats *stats ///< defines statistics to be calculated & target12 );9 psStats *psImageStats(psStats *stats, ///< defines statistics to be calculated 10 psImage *in, ///< image (or subimage) to calculate stats 11 psImage *mask, ///< mask data for image (NULL ok) 12 int maskVal); ///< mask Mask for mask 13 13 14 /// Construct a histogram from an image (or subimage). 15 psHistogram * 16 psImageHistogram(psHistogram *hist, ///< input histogram description & target 17 const psImage *input ///< determine histogram of this image18 );14 15 psHistogram *psImageHistogram(psHistogram *out, ///< input histogram description & target 16 psImage *in, ///< Image data to be histogramed. 17 psImage *mask, ///< mask data for image (NULL ok) 18 int maskVal); ///< mask Mask for mask 19 19 20 20 /// Fit a 2-D polynomial surface to an image.
Note:
See TracChangeset
for help on using the changeset viewer.
