IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2004, 3:06:45 PM (22 years ago)
Author:
rhl
Message:

Made files compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImages.h

    r215 r226  
    3131/*** Image structure manipulation ***/
    3232/// Create an image of the specified size and type.
     33typedef int PS_IMAGE_DEPTH;             // RHL Added this to make the psImage compile XXX
     34
    3335psImage *
    3436psImageAlloc (int nx,                   ///< image width
     
    99101
    100102/// Extract a 2-d contour from an image at the given threshold.
    101 psFloatArrayArray *
     103psFloatArray *
    102104psImageContour (psImage *input,         ///< create contour for this image
    103105                float threshold,        ///< contour image at this threshold
Note: See TracChangeset for help on using the changeset viewer.