Changeset 29776
- Timestamp:
- Nov 13, 2010, 3:44:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101029/psModules/src/imcombine/pmSubtraction.c
r29775 r29776 1375 1375 // Calculate covariances 1376 1376 // This can be fairly involved, so we only do it for a small number of instances 1377 if (!out1->covariance) {1378 psError(PM_ERR_PROG, false, "psImageCovarianceAverage returned NULL.");1379 return false;1380 }1381 1377 float position[NUM_COVAR_POS] = { -1.0, -0.5, 0.0, +0.5, +1.0 }; // Positions for covariance calculations 1382 1378 // Enable threads for covariance calculation, since we're not threading on top of it
Note:
See TracChangeset
for help on using the changeset viewer.
