Changeset 26718
- Timestamp:
- Jan 28, 2010, 6:12:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/imcombine/pmSubtractionEquation.c
r26717 r26718 1630 1630 for (int y = - footprint; y <= footprint; y++) { 1631 1631 for (int x = - footprint; x <= footprint; x++) { 1632 residual->kernel[y][x] += background + source->kernel[y][x] * norm - target->kernel[y][x];1632 residual->kernel[y][x] += background + kernels->norm->kernel[y][x] * norm - target->kernel[y][x]; 1633 1633 } 1634 1634 } … … 1667 1667 for (int y = - footprint; y <= footprint; y++) { 1668 1668 for (int x = - footprint; x <= footprint; x++) { 1669 residual->kernel[y][x] += background + image1->kernel[y][x] * norm - image2->kernel[y][x];1669 residual->kernel[y][x] += background + kernels->norm->kernel[y][x] * norm - image2->kernel[y][x]; 1670 1670 } 1671 1671 }
Note:
See TracChangeset
for help on using the changeset viewer.
