Changeset 18296
- Timestamp:
- Jun 23, 2008, 3:12:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mwv/psModules/src/imcombine/pmSubtractionEquation.h
r15809 r18296 21 21 22 22 /// Calculate the value of a polynomial, specified by coefficients and polynomial values 23 inlinedouble p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients23 double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients 24 24 const psImage *polyValues, ///< Polynomial values 25 25 int order, ///< Order of polynomials … … 29 29 30 30 /// Return the specified coefficient in the solution 31 inlinedouble p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters31 double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters 32 32 const psImage *polyValues, ///< Polynomial values 33 33 int index, ///< Coefficient index to calculate … … 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 parameters42 double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters 43 43 const psImage *polyValues ///< Polynomial values 44 44 );
Note:
See TracChangeset
for help on using the changeset viewer.
