IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:27:29 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.h

    r25383 r26892  
    138138);
    139139
     140/// Truncate a kernel
     141///
     142/// Truncates the outer parts of the kernel where the contribution is below the nominated fraction of the
     143/// total kernel.
     144bool psKernelTruncate(
     145    psKernel *in,                       ///< Kernel to be truncated
     146    float frac                          ///< Fraction for truncation threshold
     147    );
     148
     149
    140150/// Convolve an image with a kernel, using a direct convolution
    141151///
Note: See TracChangeset for help on using the changeset viewer.