- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/ppStack/src/ppStackMatch.c
r31158 r33098 441 441 assert(item->type == PS_DATA_UNKNOWN); 442 442 pmSubtractionKernels *kernels = item->data.V; // Convolution kernels 443 sum += kernels->mean; 443 // EAM/MEH sum the RMS instead of the mean now 444 sum += kernels->rms; 444 445 num++; 445 446 }
Note:
See TracChangeset
for help on using the changeset viewer.
