IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2023, 4:56:54 AM (3 years ago)
Author:
eugene
Message:

adding psPolynomial1DCopy, psPolynomial1DRecycle; working on the polynomial IRLS fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psLib/src/math/psPolynomial.h

    r42336 r42492  
    161161) PS_ATTR_MALLOC;
    162162
     163bool psPolynomial1DRecycle(psPolynomial1D *poly,
     164                           psPolynomialType type,
     165                           unsigned int nX);
     166
    163167bool psPolynomial2DRecycle(psPolynomial2D *poly,
    164168                           psPolynomialType type,
    165169                           unsigned int nX,
    166170                           unsigned int nY);
     171
     172psPolynomial1D *psPolynomial1DCopy(psPolynomial1D *out,
     173                                   psPolynomial1D *poly);
    167174
    168175psPolynomial2D *psPolynomial2DCopy(psPolynomial2D *out,
Note: See TracChangeset for help on using the changeset viewer.