Changeset 7454 for trunk/psModules/src/camera/pmChipMosaic.h
- Timestamp:
- Jun 9, 2006, 12:23:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmChipMosaic.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmChipMosaic.h
r7017 r7454 2 2 #define PM_CHIP_MOSAIC_H 3 3 4 #include "pslib.h"5 4 #include "pmFPA.h" 6 5 7 6 // Mosaic all cells within a chip 8 bool pmChipMosaic(pmChip *chip // Chip whose cells will be mosaicked 7 bool pmChipMosaic(pmChip *target, // Target chip --- may contain only a single cell 8 const pmChip *source // Source chip whose cells will be mosaicked 9 9 ); 10 10 11 // Mosaic all cells within an FPA 12 bool pmFPAMosaic(pmFPA *target, // Target FPA --- may contain only a single chip with a single cell 13 const pmFPA *source // FPA whose chips and cells will be mosaicked 14 ); 15 11 16 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
