Changeset 13382
- Timestamp:
- May 14, 2007, 6:01:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r13371 r13382 144 144 int fullSize = 2 * size + 1 + 1; // Full size of kernel 145 145 psImage *convKernels = psImageAlloc(5 * fullSize, 5 * fullSize, PS_TYPE_F32); 146 psImageInit( fullSize, NAN);146 psImageInit(convKernels, NAN); 147 147 for (int j = -2; j <= 2; j++) { 148 148 for (int i = -2; i <= 2; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
