IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2007, 1:55:52 PM (19 years ago)
Author:
eugene
Message:

adding psImageInterpolatePixelBilinear

File:
1 edited

Legend:

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

    r12588 r14925  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  $Date: 2007-03-27 02:43:22 $
     8 *  $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  $Date: 2007-09-20 23:55:52 $
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    2828                        );
    2929
     30double psImageUnbinPixel_V2(const double xFine, const double yFine, // desired Unbinned point (parent coords)
     31                            const psImage *in, // binned image
     32                            const psImageBinning *binning   //!< Overhang
     33    );
     34
     35double psImageInterpolatePixelBilinear (const double xIn, const double yIn, const psImage *in);
     36
    3037/// @}
    3138#endif
Note: See TracChangeset for help on using the changeset viewer.