- Timestamp:
- Dec 8, 2009, 7:11:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.c
r26332 r26373 21 21 #include "pmSubtractionStamps.h" 22 22 #include "pmSubtractionEquation.h" 23 #include "pmSubtractionVisual.h" 23 24 #include "pmSubtractionThreads.h" 24 25 … … 525 526 int x0 = - image->xMin, y0 = - image->yMin; // Position of centre of convolved image 526 527 psKernel *convolved = psKernelAllocFromImage(conv, x0, y0); // Kernel version 528 529 // pmSubtractionVisualShowSubtraction(image->image, kernel->image, conv); 530 527 531 psFree(conv); 528 532 return convolved;
Note:
See TracChangeset
for help on using the changeset viewer.
