IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2004, 3:03:11 PM (22 years ago)
Author:
evanalst
Message:

Fix psImageFitPolynomial to check input argument validity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.h

    r1448 r1951  
    99*  @author George Gusciora, MHPCC
    1010*
    11 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-08-10 01:55:34 $
     11*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-10-05 01:03:11 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868 */
    6969psPolynomial2D* psImageFitPolynomial(
    70     const psImage* input,              ///< image to fit
    71     psPolynomial2D* coeffs             ///< coefficient structure carries in desired terms & target
     70    psPolynomial2D* coeffs,            ///< coefficient structure carries in desired terms & target
     71    const psImage* input
    7272);
    7373
Note: See TracChangeset for help on using the changeset viewer.