Changeset 4185 for trunk/psModules/src/pmImageCombine.c
- Timestamp:
- Jun 8, 2005, 8:18:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmImageCombine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmImageCombine.c
r4030 r4185 3 3 * This file will ... 4 4 * 5 * @author Paul Price, IfA 5 6 * @author GLG, MHPCC 6 7 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 5-25 20:28:32$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-09 06:16:43 $ 9 10 * 10 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 *12 * XXX: None of this has been tested.13 *14 *15 *16 *17 *18 12 * 19 13 */ … … 269 263 /****************************************************************************** 270 264 XXX: Directly from Paul Price 271 XXX: Confirm that this gradient calculation is still what's required.265 XXX: Must add mask parameter, use it in gradient calculation. 272 266 *****************************************************************************/ 273 267 static psF32 CalcGradient(psImage *image, … … 316 310 gradLimit) 317 311 318 XXX: Use static variables.319 312 XXX: Optimization: we don't need to transform the entire mask image. 320 313 XXX: The inToOut and outToIn transforms are confusing. Verify that what 321 314 I think they mean syncs with PWP. 315 XXX: Must add mask parameter, use it in gradient calculation. 322 316 *****************************************************************************/ 323 317 psArray *pmRejectPixels(const psArray *images, ///< Array of input images
Note:
See TracChangeset
for help on using the changeset viewer.
