IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 12:36:19 PM (17 years ago)
Author:
Paul Price
Message:

Adding function to return the kernel used for smoothing (so we can use it to calculate the covariance matrix). Consolidated code to generate a normalised Gaussian vector.

File:
1 edited

Legend:

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

    r21206 r21335  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2009-01-28 22:08:14 $
     7 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2009-02-05 22:36:19 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    195195);
    196196
     197/// Return the kernel used for smoothing
     198psKernel *psImageSmoothKernel(
     199    float sigma,                        ///< Width of the smoothing kernel, pixels
     200    float nSigma                        ///< Size of the smoothing box, sigma
     201    );
     202
    197203/// Smooth an image by parts using 1D Gaussian independently in x and y, allowing for masked pixels
    198204///
Note: See TracChangeset for help on using the changeset viewer.