Changeset 25447
- Timestamp:
- Sep 18, 2009, 1:45:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r25376 r25447 266 266 psRegion *region = psMetadataLookupPtr(NULL, conv->analysis, 267 267 PM_SUBTRACTION_ANALYSIS_REGION); // Convolution region 268 269 pmSubtractionAnalysis(readout->analysis, kernels, region, 268 pmSubtractionKernels *kernels = psMetadataLookupPtr(NULL, conv->analysis, 269 PM_SUBTRACTION_ANALYSIS_KERNEL); 270 271 pmSubtractionAnalysis(readout->analysis, NULL, kernels, region, 270 272 readout->image->numCols, readout->image->numRows); 271 273
Note:
See TracChangeset
for help on using the changeset viewer.
