Changeset 20561
- Timestamp:
- Nov 6, 2008, 11:53:45 AM (18 years ago)
- Location:
- trunk/psModules/src/imcombine
- Files:
-
- 2 edited
-
pmSubtraction.c (modified) (2 diffs)
-
pmSubtractionEquation.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r20505 r20561 1131 1131 } 1132 1132 1133 psTimerStart("pmSubtractionConvolve"); 1134 1133 1135 bool threaded = pmSubtractionThreaded(); // Running threaded? 1134 1136 … … 1347 1349 } 1348 1350 1351 psLogMsg("psModules.imcombine", PS_LOG_INFO, "Convolve image: %f sec", 1352 psTimerClear("pmSubtractionConvolve")); 1353 1349 1354 return true; 1350 1355 } -
trunk/psModules/src/imcombine/pmSubtractionEquation.c
r19765 r20561 665 665 PM_ASSERT_SUBTRACTION_KERNELS_NON_NULL(kernels, false); 666 666 667 psTimerStart("pmSubtractionCalculateEquation"); 668 667 669 // We iterate over each stamp, allocate the matrix and vectors if 668 670 // necessary, and then calculate those matrix/vectors. … … 692 694 return false; 693 695 } 696 697 psLogMsg("psModules.imcombine", PS_LOG_INFO, "Calculate equation: %f sec", 698 psTimerClear("pmSubtractionCalculateEquation")); 699 694 700 695 701 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
