IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 4:54:15 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4162 r4243  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-08 23:40:45 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-14 02:54:15 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424#define PS_TYPE_KERNEL_NAME "psF32"    /**< the data type for kernel as a string */
    2525
     26/** Kernel Type
     27 * 
     28 *  A floating-point data type used for storing kernel data.
     29 * 
     30 */
    2631typedef psF32 psKernelType;
    2732
     
    9398    const psVector* yShifts,           ///< list of y-axis shifts
    9499    psBool relative
     100    /**< specifies the starting point for the shifts; true=relative to previous shift
     101     *  false = relative to some other starting point.  */
    95102);
    96103
Note: See TracChangeset for help on using the changeset viewer.