Changeset 21467 for trunk/psLib/src/imageops/psImageCovariance.c
- Timestamp:
- Feb 13, 2009, 11:52:19 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageCovariance.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageCovariance.c
r21466 r21467 229 229 230 230 float factor = psImageCovarianceFactor(covar); // Factor to transfer 231 if (factor == 1.0) { 232 // No work required 233 return true; 234 } 235 231 236 psBinaryOp(variance, variance, "*", psScalarAlloc(factor, PS_TYPE_F32)); 232 237 psBinaryOp(covar->image, covar->image, "/", psScalarAlloc(factor, PS_TYPE_F32));
Note:
See TracChangeset
for help on using the changeset viewer.
