IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21288


Ignore:
Timestamp:
Feb 4, 2009, 11:37:40 AM (17 years ago)
Author:
Paul Price
Message:

Simplifying using extant function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageCovariance.c

    r21286 r21288  
    3939        covar = psMemIncrRefCounter((psKernel*)covariance); // Casting away const
    4040    } else {
    41         covar = psKernelAlloc(0, 0, 0, 0);
    42         covar->kernel[0][0] = 1.0;
     41        covar = psImageCovarianceNone();
    4342    }
    4443
Note: See TracChangeset for help on using the changeset viewer.