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/psMinimizePolyFit.h

    r21183 r42492  
    134134);
    135135
     136bool psVectorIRLSFitPolynomial1D(
     137    psPolynomial1D *poly,
     138    psStats *stats,
     139    const psVector *mask,
     140    psVectorMaskType maskValue,
     141    const psVector *f,
     142    const psVector *fErr,
     143    const psVector *x
     144);
     145
    136146/// @}
    137147#endif // #ifndef PS_MINIMIZE_POLYFIT_H
Note: See TracChangeset for help on using the changeset viewer.