IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 5:22:07 PM (20 years ago)
Author:
Paul Price
Message:

Merging the pslib "additional" functions from the modules into psLib proper.

Added jpeg directory for psImageJpeg.
Changes to build system (configure.ac, and various Makefile.am)

psVectorSmooth: changed API to allow optional output vector
psSparse: changed sizes to type "long"; added "const"
psRegionIsBad: Renamed psRegionIsNaN
psImageBicubeFit: changed sizes to "long"; added a "const"
psLine: changed sizes to "long"
psImageUnbin: description required in SDRS
psImageClippedStats: renaming to psImageBackground; removing static structures; API changed!
psImageFlipX, psImageFlipY merged to psImageFlip
psStringSubstitute: added "const"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/Makefile.am

    r7210 r7380  
    88        psBinaryOp.c \
    99        psCompare.c \
     10        psEllipse.c \
    1011        psMatrix.c \
    1112        psMinimizeLMM.c \
    1213        psMinimizePowell.c \
    1314        psMinimizePolyFit.c \
     15        psPolynomial.c \
     16        psPolynomialUtils.c \
    1417        psRandom.c \
    1518        psRegion.c \
    1619        psRegionForImage.c \
    17         psPolynomial.c \
     20        psSparse.c \
    1821        psSpline.c \
    1922        psStats.c \
    20         psMathUtils.c
     23        psMathUtils.c \
     24        psVectorSmooth.c
    2125
    2226EXTRA_DIST = math.i
     
    2832        psCompare.h \
    2933        psConstants.h \
     34        psEllipse.h \
    3035        psMatrix.h \
    3136        psMinimizeLMM.h \
    3237        psMinimizePowell.h \
    3338        psMinimizePolyFit.h \
     39        psPolynomial.h \
     40        psPolynomialUtils.h \
    3441        psRandom.h \
    3542        psRegion.h \
    3643        psRegionForImage.h \
    37         psPolynomial.h \
     44        psSparse.h \
    3845        psSpline.h \
    3946        psStats.h \
    40         psMathUtils.h
     47        psMathUtils.h \
     48        psVectorSmooth.h
    4149
    4250CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.