Changeset 7618 for trunk/psModules/src/camera/pmFPAMosaic.c
- Timestamp:
- Jun 21, 2006, 12:44:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r7610 r7618 458 458 psTrace(__func__, 3, "Spliced image will be %dx%d\n", (int)xSize, (int)ySize); 459 459 psImage *mosaic = psImageAlloc((int)xSize, (int)ySize, type); // The mosaic image 460 psImageInit(mosaic, 0 .0);460 psImageInit(mosaic, 0); 461 461 462 462 // Next pass through the images to do the mosaicking
Note:
See TracChangeset
for help on using the changeset viewer.
