IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2007, 4:06:32 PM (19 years ago)
Author:
Paul Price
Message:

Adding psKernelAllocFromImage to generate a kernel from some input image.

File:
1 edited

Legend:

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

    r14452 r14478  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-08-09 01:40:07 $
     7 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-08-14 02:06:32 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    6969    int yMax                           ///< Most positive y index
    7070) PS_ATTR_MALLOC;
     71
     72/// Allocate a convolution kernel from a provided image
     73psKernel *psKernelAllocFromImage(psImage *image, ///< Image from which to define kernel
     74                                 int x0, int y0 ///< Coordinates of kernel centre
     75    );
    7176
    7277/// Checks the type of a particular pointer.
Note: See TracChangeset for help on using the changeset viewer.