Changeset 16115 for trunk/psLib/src/imageops/psImageBackground.h
- Timestamp:
- Jan 17, 2008, 12:07:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageBackground.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageBackground.h
r14922 r16115 5 5 * @author EAM, IfA 6 6 * 7 * $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * $Date: 200 7-09-20 23:52:52$7 * $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * $Date: 2008-01-17 22:07:33 $ 9 9 * Copyright 2004-2005 IfA, University of Hawaii 10 10 */ … … 16 16 /// @{ 17 17 18 #include "psStats.h" 19 #include "psImage.h" 20 #include "psType.h" 18 #include <psStats.h> 19 #include <psImage.h> 20 #include <psVector.h> 21 #include <psType.h> 22 #include <psRandom.h> 21 23 22 24 // Get the background for an image 23 25 bool psImageBackground(psStats *stats, // desired measurement and options 24 psVector **sample, // vector of data used for analysis 26 psVector **sample, // Vector of data used for analysis (buffer), or NULL 25 27 const psImage *image, // Image for which to get the background 26 28 const psImage *mask, // Mask image
Note:
See TracChangeset
for help on using the changeset viewer.
