IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2010, 3:18:46 PM (16 years ago)
Author:
Paul Price
Message:

Using psKernelTruncate to reduce size of the kernel before calculating the covariance matrix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmStackReject.c

    r26761 r26769  
    156156        psRegion *region = subRegions->data[i]; // Region of interest
    157157        pmSubtractionKernels *kernels = subKernels->data[i]; // Kernel of interest
    158         if (!pmSubtractionConvolve(NULL, convRO, NULL, inRO, NULL, stride, 0, 0, 1.0, 0.0,
     158        if (!pmSubtractionConvolve(NULL, convRO, NULL, inRO, NULL, stride, 0, 0, 1.0, 0.0, 0.0,
    159159                                   region, kernels, false, true)) {
    160160            psError(PS_ERR_UNKNOWN, false, "Unable to convolve mask image in region %d.", i);
Note: See TracChangeset for help on using the changeset viewer.