IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:37:54 AM (15 years ago)
Author:
eugene
Message:

compile-time option for separable (but unthreaded) bilinear interpolation (which is faster?); correct psImageMaskCircle for 0.5 pixel offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageGeomManip.c

    r23989 r31446  
    702702    } \
    703703    /* note: output(i,j) = input(i+0.5-dx,j+0.5-dy) */ \
    704     /* positive dx,dy moves pixel i-dx,j-dy to i,y */ \
     704    /* positive dx,dy moves pixel i-dx,j-dy to i,j */ \
    705705    /* also: pixel center is 0.5,0.5 */ \
    706706    for (int row = 0; row < numRows; row++) { \
Note: See TracChangeset for help on using the changeset viewer.