IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27702


Ignore:
Timestamp:
Apr 15, 2010, 3:28:04 PM (16 years ago)
Author:
Paul Price
Message:

Need to initialise.

File:
1 edited

Legend:

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

    r27697 r27702  
    432432
    433433    psKernel *sum = psKernelAlloc(xMin, xMax, yMin, yMax); // Summed covariance
     434    psImageInit(sum->image, 0.0);
    434435    for (int i = 0; i < array->n; i++) {
    435436        psKernel *covar = array->data[i]; // Covariance matrix
Note: See TracChangeset for help on using the changeset viewer.