Changeset 21149 for trunk/psModules/src/imcombine/pmSubtractionMatch.c
- Timestamp:
- Jan 22, 2009, 9:03:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c
r20718 r21149 569 569 ratios->data.F32[index] = (float)width1 / (float)width2; 570 570 mask->data.PS_TYPE_MASK_DATA[index] = 0; 571 psTrace("psModules.imcombine", 3, "Stamp %d (%.1f,%.1f) widths: %d, %d --> %f\n", 572 index, stamp->x, stamp->y, width1, width2, ratios->data.F32[index]); 571 573 } 572 574 … … 680 682 psFree(stats); 681 683 684 685 return PM_SUBTRACTION_MODE_2; 686 687 688 exit(1); 689 682 690 return mode; 683 691 }
Note:
See TracChangeset
for help on using the changeset viewer.
