IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2006, 4:26:32 PM (20 years ago)
Author:
Paul Price
Message:

pmReadoutCombine is working, but it's kind of slow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.h

    r7059 r7256  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-05-04 02:38:20 $
     7 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-06-01 02:26:32 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4242// Combine multiple readouts, applying zero and scale, with optional minmax clipping
    4343bool pmReadoutCombine(pmReadout *output,// Output readout; altered and returned
    44                       const psArray *inputs, // Array of input readouts (F32 image and weight, U8 mask)
     44                      psArray *inputs, // Array of input readouts (F32 image and weight, U8 mask)
    4545                      const psVector *zero, // Zero corrections to subtract from input, or NULL
    4646                      const psVector *scale, // Scale corrections to divide into input, or NULL
Note: See TracChangeset for help on using the changeset viewer.