Changeset 4992 for trunk/psModules/src/pmImageCombine.h
- Timestamp:
- Sep 11, 2005, 12:25:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmImageCombine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmImageCombine.h
r4217 r4992 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 6-13 19:36:12$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-09-11 22:25:39 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 #include "pslib.h" 27 27 28 psImage *pmCombineImages(psImage *combine, ///< Combined image (output) 29 psArray **questionablePixels, ///< Array of rejection masks 30 const psArray *images, ///< Array of input images 31 const psArray *errors, ///< Array of input error images 32 const psArray *masks, ///< Array of input masks 33 psU32 maskVal, ///< Mask value 34 const psPixels *pixels, ///< Pixels to combine 35 psS32 numIter, ///< Number of rejection iterations 36 psF32 sigmaClip, ///< Number of standard deviations at which to reject 37 const psStats *stats ///< Statistics to use in the combination 38 ); 28 psImage *pmCombineImages( 29 psImage *combine, ///< Combined image (output) 30 psArray **questionablePixels, ///< Array of rejection masks 31 const psArray *images, ///< Array of input images 32 const psArray *errors, ///< Array of input error images 33 const psArray *masks, ///< Array of input masks 34 psU32 maskVal, ///< Mask value 35 const psPixels *pixels, ///< Pixels to combine 36 psS32 numIter, ///< Number of rejection iterations 37 psF32 sigmaClip, ///< Number of standard deviations at which to reject 38 const psStats *stats ///< Statistics to use in the combination 39 ); 39 40 40 psArray *pmRejectPixels(const psArray *images, ///< Array of input images 41 const psArray *errors, ///< The pixels which were rejected in the combination 42 const psArray *inToOut, ///< Transformation from input to output system 43 const psArray *outToIn, ///< Transformation from output to input system 44 psF32 rejThreshold, ///< Rejection threshold 45 psF32 gradLimit ///< Gradient limit 46 ); 41 psArray *pmRejectPixels( 42 const psArray *images, ///< Array of input images 43 const psArray *masks, ///< Array of input image masks 44 const psArray *errors, ///< The pixels which were rejected in the combination 45 const psArray *inToOut, ///< Transformation from input to output system 46 const psArray *outToIn, ///< Transformation from output to input system 47 psF32 rejThreshold, ///< Rejection threshold 48 psF32 gradLimit ///< Gradient limit 49 ); 47 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
