Changeset 20561 for trunk/psModules/src/imcombine/pmSubtractionEquation.c
- Timestamp:
- Nov 6, 2008, 11:53:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
