Changeset 28484 for branches/pap/psLib/src/imageops/psImageCovariance.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/imageops/psImageCovariance.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psLib/src/imageops/psImageCovariance.c
r28152 r28484 169 169 return NULL; 170 170 } 171 psFree(job);172 171 } else { 173 172 out->kernel[y][x] = imageCovarianceCalculate(covar, kernel, x, y); … … 334 333 return NULL; 335 334 } 336 psFree(job);337 335 } else { 338 336 out->kernel[y][x] = imageCovarianceBin(covar, bin, binVal, x, y);
Note:
See TracChangeset
for help on using the changeset viewer.
