Changeset 30342
- Timestamp:
- Jan 22, 2011, 11:57:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtractionMatch.c
r30334 r30342 678 678 // in this case, just adjust the footprint and try again. 679 679 if (tryAgain) { 680 footprint = PS_MAX(stamps->normWindow1, stamps->normWindow2) + 2; 680 // keep the border constant 681 int border = footprint - size; 682 size = PS_MAX(stamps->normWindow1, stamps->normWindow2) + 2; 683 footprint = size + border; 681 684 682 685 // we need to reconstruct everything, so just free the stamps here and retry
Note:
See TracChangeset
for help on using the changeset viewer.
