- Timestamp:
- Dec 2, 2009, 12:04:51 PM (16 years ago)
- Location:
- branches/pap/psModules/src/imcombine
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pmSubtractionMatch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/imcombine
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/20091201/psModules/src/imcombine merged eligible /branches/eam_branches/20091113/psModules/src/imcombine 26119-26255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/pap/psModules/src/imcombine/pmSubtractionMatch.c
r26035 r26321 483 483 } 484 484 485 486 // generate the window function from the set of stamps 487 if (!pmSubtractionStampsGetWindow(stamps, size)) { 488 goto MATCH_ERROR; 489 } 485 490 486 491 // Define kernel basis functions … … 550 555 } 551 556 557 // generate the window function from the set of stamps 558 if (!pmSubtractionStampsGetWindow(stamps, size)) { 559 goto MATCH_ERROR; 560 } 561 552 562 psTrace("psModules.imcombine", 3, "Calculating equation...\n"); 553 563 if (!pmSubtractionCalculateEquation(stamps, kernels)) { … … 587 597 } 588 598 599 // if we hit the max number of iterations and we have rejected stamps, re-solve 589 600 if (numRejected > 0) { 590 601 psTrace("psModules.imcombine", 3, "Solving equation...\n");
Note:
See TracChangeset
for help on using the changeset viewer.
