IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2004, 10:02:57 AM (22 years ago)
Author:
desonia
Message:

Added psImageResample and complex support for pixel interpolation routines.

File:
1 edited

Legend:

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

    r1251 r1260  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-21 23:39:48 $
     12 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-22 20:02:57 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7676        float y, \
    7777        psF64 unexposedValue \
    78                                                      ); \
     78                                                     );
     79
     80#define p_psImagePixelInterpolateComplexFcns(TYPE) \
     81inline psC64 p_psImagePixelInterpolateFLAT_##TYPE( \
     82        const psImage *input, \
     83        float x, \
     84        float y, \
     85        psC64 unexposedValue \
     86                                                 ); \
     87inline psC64 p_psImagePixelInterpolateBILINEAR_##TYPE( \
     88        const psImage *input, \
     89        float x, \
     90        float y, \
     91        psC64 unexposedValue \
     92                                                     );
    7993
    8094p_psImagePixelInterpolateFcns(U8)
     
    88102p_psImagePixelInterpolateFcns(F32)
    89103p_psImagePixelInterpolateFcns(F64)
     104p_psImagePixelInterpolateComplexFcns(C32)
     105p_psImagePixelInterpolateComplexFcns(C64)
    90106
    91107#endif
Note: See TracChangeset for help on using the changeset viewer.