IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2009, 3:08:23 PM (16 years ago)
Author:
Paul Price
Message:

Fix number of basis functions for POIS.

File:
1 edited

Legend:

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

    r25999 r26156  
    250250    int num = PS_SQR(2 * size + 1) - 1; // Number of basis functions
    251251
    252     pmSubtractionKernels *kernels = pmSubtractionKernelsAlloc(num, PM_SUBTRACTION_KERNEL_POIS, size,
     252    pmSubtractionKernels *kernels = pmSubtractionKernelsAlloc(0, PM_SUBTRACTION_KERNEL_POIS, size,
    253253                                                              spatialOrder, penalty, mode); // The kernels
    254254    psStringAppend(&kernels->description, "POIS(%d,%d,%.2e)", size, spatialOrder, penalty);
Note: See TracChangeset for help on using the changeset viewer.