IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2294


Ignore:
Timestamp:
Nov 5, 2004, 2:57:44 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageStats.c

    r2293 r2294  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-06 00:56:29 $
     11 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-06 00:57:44 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8181
    8282/*****************************************************************************
    83     NOTE: We assume that the psHistogram structure out has already been
    84     allocated and initialized.
     83NOTE: We assume that the psHistogram structure out has already been allocated
     84and initialized.
    8585 *****************************************************************************/
    8686psHistogram* psImageHistogram(psHistogram* out,
     
    290290
    291291/*****************************************************************************
    292 XXX: Use static variables for chebyshev polynomials and scaling factors.
     292XXX: Use static variables for Chebyshev polynomials and scaling factors.
    293293 *****************************************************************************/
    294294psImage* psImageEvalPolynomial(psImage* input, const psPolynomial2D* coeffs)
  • trunk/psLib/src/imageops/psImageStats.c

    r2293 r2294  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-06 00:56:29 $
     11 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-06 00:57:44 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8181
    8282/*****************************************************************************
    83     NOTE: We assume that the psHistogram structure out has already been
    84     allocated and initialized.
     83NOTE: We assume that the psHistogram structure out has already been allocated
     84and initialized.
    8585 *****************************************************************************/
    8686psHistogram* psImageHistogram(psHistogram* out,
     
    290290
    291291/*****************************************************************************
    292 XXX: Use static variables for chebyshev polynomials and scaling factors.
     292XXX: Use static variables for Chebyshev polynomials and scaling factors.
    293293 *****************************************************************************/
    294294psImage* psImageEvalPolynomial(psImage* input, const psPolynomial2D* coeffs)
Note: See TracChangeset for help on using the changeset viewer.