Changeset 9730 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r9611 r9730 201 201 202 202 psVector *pixels = psVectorAlloc(inputs->n, PS_TYPE_F32); // Stack of pixels 203 pixels->n = inputs->n;204 203 psF32 *pixelsData = pixels->data.F32; // Dereference pixels 205 204 206 205 psVector *mask = psVectorAlloc(inputs->n, PS_TYPE_U8); // Mask for stack 207 mask->n = inputs->n;208 206 psU8 *maskData = mask->data.U8; // Dereference mask 209 207 … … 212 210 if (haveWeights) { 213 211 weights = psVectorAlloc(inputs->n, PS_TYPE_F32); // Stack of weights 214 weights->n = inputs->n;215 212 weightsData = weights->data.F32; 216 213 }
Note:
See TracChangeset
for help on using the changeset viewer.
