IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 8:18:19 PM (21 years ago)
Author:
gusciora
Message:

The code here might not be matematically correct. However, it should
be fairly free of seg faults, and the functions should behave well otherwise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageCombine.c

    r4030 r4185  
    33 *  This file will ...
    44 *
     5 *  @author Paul Price, IfA
    56 *  @author GLG, MHPCC
    67 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-25 20:28:32 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-09 06:16:43 $
    910 *
    1011 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    11  *
    12  *  XXX: None of this has been tested.
    13  *
    14  *
    15  *
    16  *
    17  *
    1812 *
    1913 */
     
    269263/******************************************************************************
    270264XXX: Directly from Paul Price
    271 XXX: Confirm that this gradient calculation is still what's required.
     265XXX: Must add mask parameter, use it in gradient calculation.
    272266 *****************************************************************************/
    273267static psF32 CalcGradient(psImage *image,
     
    316310gradLimit)
    317311 
    318 XXX: Use static variables.
    319312XXX: Optimization: we don't need to transform the entire mask image.
    320313XXX: The inToOut and outToIn transforms are confusing.  Verify that what
    321314     I think they mean syncs with PWP.
     315XXX: Must add mask parameter, use it in gradient calculation.
    322316 *****************************************************************************/
    323317psArray *pmRejectPixels(const psArray *images,          ///< Array of input images
Note: See TracChangeset for help on using the changeset viewer.