Changeset 4770 for trunk/psModules/src/pmNonLinear.c
- Timestamp:
- Aug 15, 2005, 3:10:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmNonLinear.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmNonLinear.c
r4030 r4770 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 5-25 20:28:32$7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-08-16 01:10:34 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 24 24 25 25 /****************************************************************************** 26 pmNonLinearityLookup(): This routine will take an p sReadout image as input26 pmNonLinearityLookup(): This routine will take an pmReadout image as input 27 27 and a 1-D polynomial. For each pixel in the input image, the polynomial will 28 28 be evaluated at that pixels value, and the image pixel will then be set to … … 30 30 *****************************************************************************/ 31 31 32 p sReadout *pmNonLinearityPolynomial(psReadout *inputReadout,32 pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout, 33 33 const psPolynomial1D *input1DPoly) 34 34 { … … 51 51 52 52 /****************************************************************************** 53 pmNonLinearityLookup(): This routine will take an p sReadout image as input53 pmNonLinearityLookup(): This routine will take an pmReadout image as input 54 54 and two input vectors, which constitute a lookup table. For each pixel in 55 55 the input image, that pixels value will be determined in the input vector … … 57 57 be set to the value from outFlux. 58 58 *****************************************************************************/ 59 p sReadout *pmNonLinearityLookup(psReadout *inputReadout,59 pmReadout *pmNonLinearityLookup(pmReadout *inputReadout, 60 60 const psVector *inFlux, 61 61 const psVector *outFlux)
Note:
See TracChangeset
for help on using the changeset viewer.
