IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2010, 11:47:48 AM (16 years ago)
Author:
eugene
Message:

added pre-ffted kernel convolutions, changed minimization to accept maxTol and minTol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r27334 r28998  
    12111211
    12121212        // Fit a Gaussian to the data.
    1213         psMinimization *minimizer = psMinimizationAlloc(100, 0.01); // The minimizer information
     1213        psMinimization *minimizer = psMinimizationAlloc(100, 0.01, 1.0); // The minimizer information
    12141214        psVector *params = psVectorAlloc(2, PS_TYPE_F32); // Parameters for the Gaussian
    12151215        // Initial guess for the mean (index 0) and var (index 1).
Note: See TracChangeset for help on using the changeset viewer.