Changeset 2897 for trunk/stac/src/stac.h
- Timestamp:
- Jan 4, 2005, 3:55:40 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stac.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stac.h
r2783 r2897 22 22 const char *output; // Output file name 23 23 int outnx, outny; // Size of output image 24 float xOffset, yOffset; // Offset to get lower-left corner at 0,0 24 25 float saturated; // Saturation level 25 26 float bad; // Bad level … … 127 128 128 129 // Invert an array of maps 129 psArray *stacInvertMaps(const psArray *maps // Array of maps to invert 130 psArray *stacInvertMaps(const psArray *maps, // Array of maps to invert 131 const stacConfig *config // Configuration 130 132 ); 131 133 … … 168 170 /************************************************************************************************************/ 169 171 172 // stacSize.c 173 174 // Calculate the size of the output image 175 bool stacSize(stacConfig *config, // Configuration, containing the output size 176 const psArray *images, // Input images 177 psArray *maps // Transformation maps 178 ); 179 180 181 /************************************************************************************************************/ 182 170 183 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
