IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2007, 2:15:28 PM (19 years ago)
Author:
Paul Price
Message:

Give pmSubtractionBorder a size, rather than the NULL kernel (since kernel is now dependent on the region, not the whole image, though the size is generally constant).

File:
1 edited

Legend:

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

    r14738 r14739  
    455455    stampsData = NULL;
    456456
    457     if (!pmSubtractionBorder(convolved->image, convolved->weight, convolved->mask, kernels, maskBlank)) {
     457    if (!pmSubtractionBorder(convolved->image, convolved->weight, convolved->mask, size, maskBlank)) {
    458458        psError(PS_ERR_UNKNOWN, false, "Unable to set border of convolved image.");
    459459        goto ERROR;
Note: See TracChangeset for help on using the changeset viewer.