Changeset 21245
- Timestamp:
- Feb 1, 2009, 11:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/imcombine/pmSubtractionMatch.c
r21152 r21245 565 565 if (width1 == 0 || width2 == 0) { 566 566 ratios->data.F32[index] = NAN; 567 mask->data.PS_TYPE_ IMAGE_MASK_DATA[index] = 0xff;567 mask->data.PS_TYPE_VECTOR_MASK_DATA[index] = 0xff; 568 568 } else { 569 569 ratios->data.F32[index] = (float)width1 / (float)width2; 570 mask->data.PS_TYPE_ IMAGE_MASK_DATA[index] = 0;570 mask->data.PS_TYPE_VECTOR_MASK_DATA[index] = 0; 571 571 } 572 572
Note:
See TracChangeset
for help on using the changeset viewer.
