Changeset 292 for trunk/archive/pslib/include/psImage.h
- Timestamp:
- Mar 23, 2004, 5:11:18 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r280 r292 111 111 ); 112 112 113 /* Contour is a high-level function */ 114 #if 0 113 115 /// Extract a 2-d contour from an image at the given threshold. 114 116 psFloatArray * … … 118 120 int binning ///< bin image by this value for contour calculation 119 121 ); 122 #endif 120 123 121 124 /*** various image geometry manipulation ***/ … … 156 159 /// Determine statistics for image (or subimage). 157 160 psStats * 158 psImageGetStats(psImage *out, //!< Image to output, or NULL 159 const psImage *input, ///< image (or subimage) to calculate stats 161 psImageGetStats(const psImage *input, ///< image (or subimage) to calculate stats 160 162 psStats *stats ///< defines statistics to be calculated & target 161 163 ); … … 203 205 const char *extname, ///< MEF extension name ("PHU" for primary header) 204 206 int extnum, ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1) 205 const FILE *f///< file descriptor to read data from207 FILE *f ///< file descriptor to read data from 206 208 ); 207 209 … … 225 227 const char *extname, ///< MEF extension name 226 228 int extnum, ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1) 227 const FILE *f///< file descriptor to write data to229 FILE *f ///< file descriptor to write data to 228 230 ); 229 231 … … 241 243 const char *extname, ///< MEF extension name ("PHU" for primary header) 242 244 int extnum, ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1) 243 const FILE *f///< file descriptor to read from245 FILE *f ///< file descriptor to read from 244 246 ); 245 247
Note:
See TracChangeset
for help on using the changeset viewer.
