IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2007, 10:12:44 AM (19 years ago)
Author:
magnier
Message:

adding output target to psImageConvolveDirect API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageConvolve2.c

    r12179 r14332  
    7171        psKernel *kernel = generateKernel();
    7272
    73         psImage *convolved = psImageConvolveDirect(image, kernel);
     73        psImage *convolved = psImageConvolveDirect(NULL, image, kernel);
    7474        ok(convolved, "convolution result");
    7575        skip_start(!convolved, 3, "convolution failed");
Note: See TracChangeset for help on using the changeset viewer.