IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16853


Ignore:
Timestamp:
Mar 6, 2008, 12:50:34 PM (18 years ago)
Author:
Paul Price
Message:

Fixing size of convolution kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r16852 r16853  
    131131        pmSubtractionKernels *kernels = pmSubtractionKernelsPOIS(size, 0, PM_SUBTRACTION_MODE_1);
    132132        // Set solution to delta function
    133         kernels->solution1 = psVectorAlloc(kernels->num + 1, PS_TYPE_F64);
     133        kernels->solution1 = psVectorAlloc(kernels->num + 2, PS_TYPE_F64);
    134134        psVectorInit(kernels->solution1, 0.0);
    135135        for (int i = 0; i < kernels->num; i++) {
Note: See TracChangeset for help on using the changeset viewer.