Changeset 17825 for trunk/psModules
- Timestamp:
- May 28, 2008, 8:55:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.c
r17297 r17825 384 384 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 385 385 // Semi-public functions 386 // XXX EAM these cannot be inline :: talk to Josh 386 387 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 387 388 388 389 // Calculate the value of a polynomial, specified by coefficients and polynomial values 389 inlinedouble p_pmSubtractionCalculatePolynomial(const psVector *coeff, // Coefficients390 double p_pmSubtractionCalculatePolynomial(const psVector *coeff, // Coefficients 390 391 const psImage *polyValues, // Polynomial values 391 392 int order, // Order of polynomials … … 406 407 } 407 408 408 inlinedouble p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, const psImage *polyValues,409 double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, const psImage *polyValues, 409 410 int index, bool wantDual) 410 411 { … … 422 423 } 423 424 424 inlinedouble p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels)425 double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels) 425 426 { 426 427 #if 0 … … 435 436 } 436 437 437 inlinedouble p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels,438 double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, 438 439 const psImage *polyValues) 439 440 {
Note:
See TracChangeset
for help on using the changeset viewer.
