IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2007, 3:51:06 PM (19 years ago)
Author:
Paul Price
Message:

Need to allocate the widths vector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionKernels.c

    r14305 r14306  
    411411    pmSubtractionKernels *kernels = pmSubtractionKernelsAlloc(num, PM_SUBTRACTION_KERNEL_GUNK,
    412412                                                              size, spatialOrder); // The kernels
     413    kernels->sigma = psVectorAlloc(num, PS_TYPE_F32);
    413414    kernels->preCalc = psArrayAlloc(numGaussianVars * numSpatial);
    414415    kernels->inner = numGaussianVars * numSpatial;
Note: See TracChangeset for help on using the changeset viewer.