IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2006, 10:20:27 AM (20 years ago)
Author:
magnier
Message:

added test psImageShiftKernel and related p_psImageShiftKernel_F32; added PS_INTERPOLATE_GAUSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.h

    r9864 r9927  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-11-06 02:00:40 $
     13 *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-11-09 20:20:27 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3535    PS_INTERPOLATE_BILINEAR,           ///< bi-linear interpolation
    3636    PS_INTERPOLATE_BICUBE,             ///< bi-cubic interpolation with 3x3 region (EAM)
     37    PS_INTERPOLATE_GAUSS,              ///< bi-cubic interpolation with 3x3 region (EAM)
    3738    PS_INTERPOLATE_LANCZOS2,           ///< Sinc interpolation with 4x4 pixel kernel
    3839    PS_INTERPOLATE_LANCZOS3,           ///< Sinc interpolation with 6x6 pixel kernel
Note: See TracChangeset for help on using the changeset viewer.