Changeset 18287 for trunk/psModules/src/imcombine/pmSubtractionEquation.h
- Timestamp:
- Jun 23, 2008, 12:41:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.h
r15809 r18287 21 21 22 22 /// Calculate the value of a polynomial, specified by coefficients and polynomial values 23 inlinedouble p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients24 const psImage *polyValues, ///< Polynomial values25 int order, ///< Order of polynomials26 int index, ///< Index at which to begin27 int step ///< Step between subsequent indices23 double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients 24 const psImage *polyValues, ///< Polynomial values 25 int order, ///< Order of polynomials 26 int index, ///< Index at which to begin 27 int step ///< Step between subsequent indices 28 28 ); 29 29 30 30 /// Return the specified coefficient in the solution 31 inlinedouble p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters32 const psImage *polyValues, ///< Polynomial values33 int index, ///< Coefficient index to calculate34 bool wantDual ///< Calculate the coefficient for the dual solution?31 double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters 32 const psImage *polyValues, ///< Polynomial values 33 int index, ///< Coefficient index to calculate 34 bool wantDual ///< Calculate the coefficient for the dual solution? 35 35 ); 36 36 37 37 /// Return the normalisation in the solution 38 inlinedouble p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters38 double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters 39 39 ); 40 40 41 41 /// Return the background (difference) in the solution 42 inlinedouble p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters43 const psImage *polyValues ///< Polynomial values42 double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters 43 const psImage *polyValues ///< Polynomial values 44 44 ); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
