- Timestamp:
- Feb 5, 2010, 3:14:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
r26769 r26794 278 278 279 279 psKernel *kernel = pmSubtractionKernel(kernels, 0.0, 0.0, false); // Convolution kernel 280 bool oldThreads = psImageCovarianceSetThreads(true); // Old thread setting 280 281 psKernel *covar = psImageCovarianceCalculate(kernel, readout->covariance); // Covariance matrix 282 psImageCovarianceSetThreads(oldThreads); 281 283 psFree(readout->covariance); 282 284 readout->covariance = covar;
Note:
See TracChangeset
for help on using the changeset viewer.
