Changeset 18556 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jul 15, 2008, 10:26:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r16084 r18556 56 56 // make values for abstract concepts of masking 57 57 psMaskType maskValue; // apply this bit-mask to choose masked bits 58 psMaskType markValue; // apply this bit-mask to choose masked bits 58 59 psMaskType satMask; // Mask value to give saturated pixels 59 60 psMaskType badMask; // Mask value to give bad pixels … … 101 102 // Determine what type of camera, and initialise 102 103 ppImageOptions *ppImageParseCamera(pmConfig *config); 104 bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options); 103 105 104 106 // Loop over the input … … 134 136 bool ppImageMosaicFPA (pmConfig *config, const ppImageOptions *options, 135 137 const char *outFile, const char *inFile); 138 139 bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options); 136 140 137 141 void ppImageFileCheck (pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
