Changeset 1633 for trunk/archive/pslib/include/psImage.h
- Timestamp:
- Aug 26, 2004, 1:46:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r1585 r1633 80 80 /** Direction in which to cut */ 81 81 typedef enum { 82 PS_CUT_X_POS, ///< Cut in positive x direction83 PS_CUT_X_NEG, ///< Cut in negative x direction84 PS_CUT_Y_POS, ///< Cut in positive y direction85 PS_CUT_Y_NEG ///< Cut in negative y direction82 PS_CUT_X_POS, ///< Cut in positive x direction 83 PS_CUT_X_NEG, ///< Cut in negative x direction 84 PS_CUT_Y_POS, ///< Cut in positive y direction 85 PS_CUT_Y_NEG ///< Cut in negative y direction 86 86 } psImageCutDirection; 87 87 … … 89 89 psVector * 90 90 psImageSlice(psVector *out, ///< Vector to output, or NULL 91 psVector *coords, ///< Returned coordinates along the slice, or NULL92 91 const psImage *input, ///< Input image 93 92 const psImage *mask, ///< Ignore those pixels where mask & maskVal == 1. May be NULL 94 93 unsigned int maskVal, ///< Value in mask to ignore 95 unsigned int x, ///< starting x coord of region to slice96 unsigned int y, ///< starting y coord of region to slice97 unsigned int nx, ///< length of region in x98 unsigned int ny, ///< length of region in y94 unsigned int x, ///< starting x coord of region to slice 95 unsigned int y, ///< starting y coord of region to slice 96 unsigned int nx, ///< length of region in x 97 unsigned int ny, ///< length of region in y 99 98 psImageCutDirection direction, ///< Direction in which to cut 100 const psStats *stats ///< defines statistics used to find output values99 const psStats *stats ///< defines statistics used to find output values 101 100 ); 102 101 … … 111 110 float xe, ///< ending x coord of cut 112 111 float ye, ///< ending y coord of cut 113 float dw, ///< width of cut114 const psStats *stats)///< defines statistics used to find output values115 ;112 unsigned int nSamples, ///< Number of samples along the slice 113 psImageInterpolateMode mode ///< defines statistics used to find output values 114 ); 116 115 117 116 /// Extract radial annulii data to a vector.
Note:
See TracChangeset
for help on using the changeset viewer.
