Changeset 41921 for branches/eam_branches/ipp-20211108/psModules
- Timestamp:
- Nov 21, 2021, 10:37:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psModules/src/imcombine/pmStack.c
r41919 r41921 1650 1650 combined->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = blankMaskBits; // probably not needed since it was set above. 1651 1651 if (expmaps) { 1652 expmaps->image->data.F32[y][x] = NAN; // XXX should this value be NAN or 0?1653 expmaps->variance->data.F32[y][x] = NAN;1652 expmaps->image->data.F32[y][x] = 0.0; // XXX should this value be NAN or 0? 1653 expmaps->variance->data.F32[y][x] = 0.0; 1654 1654 expmaps->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0; 1655 1655 }
Note:
See TracChangeset
for help on using the changeset viewer.
