Changeset 226 for trunk/archive/pslib/include/psImages.h
- Timestamp:
- Mar 12, 2004, 3:06:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImages.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImages.h
r215 r226 31 31 /*** Image structure manipulation ***/ 32 32 /// Create an image of the specified size and type. 33 typedef int PS_IMAGE_DEPTH; // RHL Added this to make the psImage compile XXX 34 33 35 psImage * 34 36 psImageAlloc (int nx, ///< image width … … 99 101 100 102 /// Extract a 2-d contour from an image at the given threshold. 101 psFloatArray Array*103 psFloatArray * 102 104 psImageContour (psImage *input, ///< create contour for this image 103 105 float threshold, ///< contour image at this threshold
Note:
See TracChangeset
for help on using the changeset viewer.
