Changeset 9864
- Timestamp:
- Nov 5, 2006, 4:00:40 PM (20 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r9863 r9864 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.11 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-11-06 0 1:58:10 $11 * @version $Revision: 1.117 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-11-06 02:00:40 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 901 901 } 902 902 903 /*904 fprintf (stderr, "fX: %f, fY: %f\n", fracX,fracY); \905 fprintf (stderr, "iX: %d, iY: %d\n", floorX,floorY); \906 fprintf (stderr, "Vmm: %f, Vom: %f, Vpm: %f\n", Vmm, Vom, Vpm); \907 fprintf (stderr, "Vmo: %f, Voo: %f, Vpo: %f\n", Vmo, Voo, Vpo); \908 fprintf (stderr, "Vmp: %f, Vop: %f, Vpp: %f\n", Vmp, Vop, Vpp); \909 fprintf (stderr, "Vxm: %f, Vxp: %f\n", Vxm, Vxp); \910 fprintf (stderr, "Vym: %f, Vyp: %f\n", Vym, Vyp); \911 fprintf (stderr, "Vo: %f\n", Vo); \912 fprintf (stderr, "Z_00: %f, Z_10: %f, Z_01: %f\n", Z_00, Z_10, Z_01); \913 fprintf (stderr, "Z_20: %f, Z_11: %f, Z_02: %f\n", Z_20, Z_11, Z_02); \914 */915 916 903 PSIMAGE_PIXEL_INTERPOLATE_BILINEAR(U8,psF64,U8,) 917 904 PSIMAGE_PIXEL_INTERPOLATE_BILINEAR(U16,psF64,U16,) -
trunk/psLib/src/mathtypes/psImage.h
r9863 r9864 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.8 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-11-06 0 1:58:10 $13 * @version $Revision: 1.82 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-11-06 02:00:40 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 34 34 PS_INTERPOLATE_FLAT, ///< 'flat' interpolation (nearest pixel) 35 35 PS_INTERPOLATE_BILINEAR, ///< bi-linear interpolation 36 PS_INTERPOLATE_BICUBE, ///< bi-cubic interpolation with 3x3 region 36 PS_INTERPOLATE_BICUBE, ///< bi-cubic interpolation with 3x3 region (EAM) 37 37 PS_INTERPOLATE_LANCZOS2, ///< Sinc interpolation with 4x4 pixel kernel 38 38 PS_INTERPOLATE_LANCZOS3, ///< Sinc interpolation with 6x6 pixel kernel
Note:
See TracChangeset
for help on using the changeset viewer.
