Changeset 2661 for trunk/stac/src/stac.h
- Timestamp:
- Dec 7, 2004, 3:38:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stac.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stac.h
r2500 r2661 27 27 float frac; // Fraction of input pixel that must be masked before the pixel is 28 28 // considered bad 29 float grad; // Multiplier of the gradient 29 30 } stacConfig; 30 31 … … 129 130 // stacRejection.c 130 131 132 // Return the relative gradient for a given pixel 133 float stacGradient(psImage *image, // Input for which to measure the gradient 134 int x, int y // Coordinates at which to measure the gradient 135 ); 136 131 137 // Transform the rejection masks back to the source frame 132 138 psArray *stacRejection(psArray *inputs, // Input images
Note:
See TracChangeset
for help on using the changeset viewer.
