- Timestamp:
- Dec 1, 2021, 2:26:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psModules/src/imcombine/pmStack.c
r41945 r41947 1538 1538 #define SORT_VALUES(NVALUES) { PSSORT(NVALUES, SORT_VV_COMPARE, SORT_VV_SWAP, F32); } 1539 1539 1540 #define ESCAPE \1540 #define ESCAPE { \ 1541 1541 combined->image->data.F32[y][x] = NAN; \ 1542 1542 combined->variance->data.F32[y][x] = NAN; \ … … 1546 1546 expmaps->variance->data.F32[y][x] = 0.0; \ 1547 1547 expmaps->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0; \ 1548 } \ 1549 continue; 1548 } continue; } 1550 1549 1551 1550 bool pmStackCombineByPercentile(
Note:
See TracChangeset
for help on using the changeset viewer.
